{
 "name": "Growaify Micro Catalogue",
 "tier": "impulse",
 "version": 2,
 "currency": "USD",
 "count": 489,
 "total_value_usd": 569.11,
 "price_range": [
  0.99,
  2.99
 ],
 "by_kind": {
  "recipe": 402,
  "prompt_pack": 59,
  "schema": 20,
  "tool": 8
 },
 "validated": {
  "node_types_checked_against": "installed n8n node definitions",
  "real_node_types_available": 422,
  "recipes_skipped_for_invalid_node_types": 25
 },
 "why": "Priced so an autonomous agent can buy mid-task without an approval step. Every item is delivered inside the same HTTP response that was paid for.",
 "how_to_buy": [
  "GET /x402/item/<id> with no payment header -> HTTP 402 + PAYMENT-REQUIRED.",
  "Pay that exact USDC amount on Base.",
  "Re-send with PAYMENT-SIGNATURE -> the goods come back in that response."
 ],
 "endpoints": {
  "catalogue": "https://growaify.com/api/v1/x402/micro",
  "discovery": "https://growaify.com/.well-known/x402",
  "ledger": "https://growaify.com/api/v1/x402/payments"
 },
 "items": [
  {
   "id": "recipe-webhook-slack",
   "kind": "recipe",
   "title": "Incoming webhook to Post to Slack",
   "price": 0.99,
   "file": "recipe-webhook-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "webhook",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-sheets",
   "kind": "recipe",
   "title": "Incoming webhook to Append to Sheets",
   "price": 0.99,
   "file": "recipe-webhook-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "webhook",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-http",
   "kind": "recipe",
   "title": "Incoming webhook to Call an API",
   "price": 0.99,
   "file": "recipe-webhook-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "webhook",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-slack",
   "kind": "recipe",
   "title": "Schedule to Post to Slack",
   "price": 0.99,
   "file": "recipe-schedule-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "scheduleTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-sheets",
   "kind": "recipe",
   "title": "Schedule to Append to Sheets",
   "price": 0.99,
   "file": "recipe-schedule-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-http",
   "kind": "recipe",
   "title": "Schedule to Call an API",
   "price": 0.99,
   "file": "recipe-schedule-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "scheduleTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-slack",
   "kind": "recipe",
   "title": "Form submission to Post to Slack",
   "price": 0.99,
   "file": "recipe-form-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "formTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-sheets",
   "kind": "recipe",
   "title": "Form submission to Append to Sheets",
   "price": 0.99,
   "file": "recipe-form-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "formTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-http",
   "kind": "recipe",
   "title": "Form submission to Call an API",
   "price": 0.99,
   "file": "recipe-form-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "formTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-slack",
   "kind": "recipe",
   "title": "Workflow error to Post to Slack",
   "price": 0.99,
   "file": "recipe-error-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "errorTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-sheets",
   "kind": "recipe",
   "title": "Workflow error to Append to Sheets",
   "price": 0.99,
   "file": "recipe-error-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "errorTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-http",
   "kind": "recipe",
   "title": "Workflow error to Call an API",
   "price": 0.99,
   "file": "recipe-error-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "errorTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-newfile-slack",
   "kind": "recipe",
   "title": "New local file to Post to Slack",
   "price": 0.99,
   "file": "recipe-newfile-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "localFileTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "newfile",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-newfile-sheets",
   "kind": "recipe",
   "title": "New local file to Append to Sheets",
   "price": 0.99,
   "file": "recipe-newfile-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "localFileTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "newfile",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-newfile-http",
   "kind": "recipe",
   "title": "New local file to Call an API",
   "price": 0.99,
   "file": "recipe-newfile-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "localFileTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "newfile",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-manual-slack",
   "kind": "recipe",
   "title": "Manual run to Post to Slack",
   "price": 0.99,
   "file": "recipe-manual-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "manualTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "manual",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-manual-sheets",
   "kind": "recipe",
   "title": "Manual run to Append to Sheets",
   "price": 0.99,
   "file": "recipe-manual-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "manualTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "manual",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-manual-http",
   "kind": "recipe",
   "title": "Manual run to Call an API",
   "price": 0.99,
   "file": "recipe-manual-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "manualTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "manual",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-subworkflow-slack",
   "kind": "recipe",
   "title": "Called by another workflow to Post to Slack",
   "price": 0.99,
   "file": "recipe-subworkflow-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "executeWorkflowTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "subworkflow",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-subworkflow-sheets",
   "kind": "recipe",
   "title": "Called by another workflow to Append to Sheets",
   "price": 0.99,
   "file": "recipe-subworkflow-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "executeWorkflowTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "subworkflow",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-subworkflow-http",
   "kind": "recipe",
   "title": "Called by another workflow to Call an API",
   "price": 0.99,
   "file": "recipe-subworkflow-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "executeWorkflowTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "subworkflow",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gmail-slack",
   "kind": "recipe",
   "title": "New Gmail message to Post to Slack",
   "price": 0.99,
   "file": "recipe-gmail-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "gmailTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "gmail",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gmail-sheets",
   "kind": "recipe",
   "title": "New Gmail message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-gmail-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "gmailTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "gmail",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gmail-http",
   "kind": "recipe",
   "title": "New Gmail message to Call an API",
   "price": 0.99,
   "file": "recipe-gmail-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "gmailTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "gmail",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-outlook-slack",
   "kind": "recipe",
   "title": "New Outlook message to Post to Slack",
   "price": 0.99,
   "file": "recipe-outlook-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "microsoftOutlookTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "outlook",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-outlook-sheets",
   "kind": "recipe",
   "title": "New Outlook message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-outlook-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "microsoftOutlookTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "outlook",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-outlook-http",
   "kind": "recipe",
   "title": "New Outlook message to Call an API",
   "price": 0.99,
   "file": "recipe-outlook-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "microsoftOutlookTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "outlook",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-imap-slack",
   "kind": "recipe",
   "title": "New IMAP email to Post to Slack",
   "price": 0.99,
   "file": "recipe-imap-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "emailReadImap",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "imap",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-imap-sheets",
   "kind": "recipe",
   "title": "New IMAP email to Append to Sheets",
   "price": 0.99,
   "file": "recipe-imap-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "emailReadImap",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "imap",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-imap-http",
   "kind": "recipe",
   "title": "New IMAP email to Call an API",
   "price": 0.99,
   "file": "recipe-imap-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "emailReadImap",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "imap",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sheets-slack",
   "kind": "recipe",
   "title": "New Google Sheets row to Post to Slack",
   "price": 0.99,
   "file": "recipe-sheets-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "googleSheetsTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "sheets",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sheets-sheets",
   "kind": "recipe",
   "title": "New Google Sheets row to Append to Sheets",
   "price": 0.99,
   "file": "recipe-sheets-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "googleSheetsTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "sheets",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sheets-http",
   "kind": "recipe",
   "title": "New Google Sheets row to Call an API",
   "price": 0.99,
   "file": "recipe-sheets-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "googleSheetsTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "sheets",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-airtable-slack",
   "kind": "recipe",
   "title": "New Airtable record to Post to Slack",
   "price": 0.99,
   "file": "recipe-airtable-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "airtableTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "airtable",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-airtable-sheets",
   "kind": "recipe",
   "title": "New Airtable record to Append to Sheets",
   "price": 0.99,
   "file": "recipe-airtable-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "airtableTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "airtable",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-airtable-http",
   "kind": "recipe",
   "title": "New Airtable record to Call an API",
   "price": 0.99,
   "file": "recipe-airtable-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "airtableTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "airtable",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-notion-slack",
   "kind": "recipe",
   "title": "Notion change to Post to Slack",
   "price": 0.99,
   "file": "recipe-notion-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "notionTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "notion",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-notion-sheets",
   "kind": "recipe",
   "title": "Notion change to Append to Sheets",
   "price": 0.99,
   "file": "recipe-notion-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "notionTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "notion",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-notion-http",
   "kind": "recipe",
   "title": "Notion change to Call an API",
   "price": 0.99,
   "file": "recipe-notion-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "notionTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "notion",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-seatable-slack",
   "kind": "recipe",
   "title": "New SeaTable row to Post to Slack",
   "price": 0.99,
   "file": "recipe-seatable-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "seaTableTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "seatable",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-seatable-sheets",
   "kind": "recipe",
   "title": "New SeaTable row to Append to Sheets",
   "price": 0.99,
   "file": "recipe-seatable-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "seaTableTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "seatable",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-seatable-http",
   "kind": "recipe",
   "title": "New SeaTable row to Call an API",
   "price": 0.99,
   "file": "recipe-seatable-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "seaTableTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "seatable",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-baserow-slack",
   "kind": "recipe",
   "title": "Baserow action (scheduled) to Post to Slack",
   "price": 0.99,
   "file": "recipe-baserow-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "scheduleTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "baserow",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-baserow-sheets",
   "kind": "recipe",
   "title": "Baserow action (scheduled) to Append to Sheets",
   "price": 0.99,
   "file": "recipe-baserow-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "baserow",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-baserow-http",
   "kind": "recipe",
   "title": "Baserow action (scheduled) to Call an API",
   "price": 0.99,
   "file": "recipe-baserow-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "scheduleTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "baserow",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-nocodb-slack",
   "kind": "recipe",
   "title": "NocoDB action (scheduled) to Post to Slack",
   "price": 0.99,
   "file": "recipe-nocodb-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "scheduleTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "nocodb",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-nocodb-sheets",
   "kind": "recipe",
   "title": "NocoDB action (scheduled) to Append to Sheets",
   "price": 0.99,
   "file": "recipe-nocodb-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "nocodb",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-nocodb-http",
   "kind": "recipe",
   "title": "NocoDB action (scheduled) to Call an API",
   "price": 0.99,
   "file": "recipe-nocodb-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "scheduleTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "nocodb",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-slack",
   "kind": "recipe",
   "title": "Stripe event to Post to Slack",
   "price": 0.99,
   "file": "recipe-stripe-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "stripeTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-http",
   "kind": "recipe",
   "title": "Stripe event to Call an API",
   "price": 0.99,
   "file": "recipe-stripe-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "stripeTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-shopify-sheets",
   "kind": "recipe",
   "title": "New Shopify order to Append to Sheets",
   "price": 0.99,
   "file": "recipe-shopify-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "shopifyTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "shopify",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-shopify-http",
   "kind": "recipe",
   "title": "New Shopify order to Call an API",
   "price": 0.99,
   "file": "recipe-shopify-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "shopifyTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "shopify",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-woocommerce-slack",
   "kind": "recipe",
   "title": "New WooCommerce order to Post to Slack",
   "price": 0.99,
   "file": "recipe-woocommerce-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "wooCommerceTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "woocommerce",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-woocommerce-sheets",
   "kind": "recipe",
   "title": "New WooCommerce order to Append to Sheets",
   "price": 0.99,
   "file": "recipe-woocommerce-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "wooCommerceTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "woocommerce",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-woocommerce-http",
   "kind": "recipe",
   "title": "New WooCommerce order to Call an API",
   "price": 0.99,
   "file": "recipe-woocommerce-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "wooCommerceTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "woocommerce",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-chargebee-slack",
   "kind": "recipe",
   "title": "Chargebee event to Post to Slack",
   "price": 0.99,
   "file": "recipe-chargebee-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "chargebeeTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "chargebee",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-chargebee-sheets",
   "kind": "recipe",
   "title": "Chargebee event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-chargebee-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "chargebeeTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "chargebee",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-chargebee-http",
   "kind": "recipe",
   "title": "Chargebee event to Call an API",
   "price": 0.99,
   "file": "recipe-chargebee-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "chargebeeTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "chargebee",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-wise-slack",
   "kind": "recipe",
   "title": "Wise transfer to Post to Slack",
   "price": 0.99,
   "file": "recipe-wise-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "wiseTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "wise",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-wise-sheets",
   "kind": "recipe",
   "title": "Wise transfer to Append to Sheets",
   "price": 0.99,
   "file": "recipe-wise-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "wiseTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "wise",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-wise-http",
   "kind": "recipe",
   "title": "Wise transfer to Call an API",
   "price": 0.99,
   "file": "recipe-wise-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "wiseTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "wise",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-slack-slack",
   "kind": "recipe",
   "title": "New Slack message to Post to Slack",
   "price": 0.99,
   "file": "recipe-slack-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "slackTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "slack",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-slack-sheets",
   "kind": "recipe",
   "title": "New Slack message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-slack-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "slackTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "slack",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-slack-http",
   "kind": "recipe",
   "title": "New Slack message to Call an API",
   "price": 0.99,
   "file": "recipe-slack-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "slackTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "slack",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-telegram-slack",
   "kind": "recipe",
   "title": "New Telegram message to Post to Slack",
   "price": 0.99,
   "file": "recipe-telegram-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "telegramTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "telegram",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-telegram-http",
   "kind": "recipe",
   "title": "New Telegram message to Call an API",
   "price": 0.99,
   "file": "recipe-telegram-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "telegramTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "telegram",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-discord-slack",
   "kind": "recipe",
   "title": "Discord action (scheduled) to Post to Slack",
   "price": 0.99,
   "file": "recipe-discord-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "scheduleTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "discord",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-discord-sheets",
   "kind": "recipe",
   "title": "Discord action (scheduled) to Append to Sheets",
   "price": 0.99,
   "file": "recipe-discord-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "discord",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-discord-http",
   "kind": "recipe",
   "title": "Discord action (scheduled) to Call an API",
   "price": 0.99,
   "file": "recipe-discord-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "scheduleTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "discord",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-teams-slack",
   "kind": "recipe",
   "title": "New Teams message to Post to Slack",
   "price": 0.99,
   "file": "recipe-teams-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "microsoftTeamsTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "teams",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-teams-http",
   "kind": "recipe",
   "title": "New Teams message to Call an API",
   "price": 0.99,
   "file": "recipe-teams-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "microsoftTeamsTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "teams",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-whatsapp-slack",
   "kind": "recipe",
   "title": "New WhatsApp message to Post to Slack",
   "price": 0.99,
   "file": "recipe-whatsapp-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "whatsAppTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "whatsapp",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-twilio-slack",
   "kind": "recipe",
   "title": "Incoming SMS to Post to Slack",
   "price": 0.99,
   "file": "recipe-twilio-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "twilioTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "twilio",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-twilio-sheets",
   "kind": "recipe",
   "title": "Incoming SMS to Append to Sheets",
   "price": 0.99,
   "file": "recipe-twilio-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "twilioTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "twilio",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-twilio-http",
   "kind": "recipe",
   "title": "Incoming SMS to Call an API",
   "price": 0.99,
   "file": "recipe-twilio-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "twilioTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "twilio",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-intercom-slack",
   "kind": "recipe",
   "title": "Intercom action (scheduled) to Post to Slack",
   "price": 0.99,
   "file": "recipe-intercom-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "scheduleTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "intercom",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-intercom-sheets",
   "kind": "recipe",
   "title": "Intercom action (scheduled) to Append to Sheets",
   "price": 0.99,
   "file": "recipe-intercom-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "intercom",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-intercom-http",
   "kind": "recipe",
   "title": "Intercom action (scheduled) to Call an API",
   "price": 0.99,
   "file": "recipe-intercom-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "scheduleTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "intercom",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-hubspot-sheets",
   "kind": "recipe",
   "title": "New HubSpot record to Append to Sheets",
   "price": 0.99,
   "file": "recipe-hubspot-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "hubspotTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "hubspot",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-hubspot-http",
   "kind": "recipe",
   "title": "New HubSpot record to Call an API",
   "price": 0.99,
   "file": "recipe-hubspot-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "hubspotTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "hubspot",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-salesforce-slack",
   "kind": "recipe",
   "title": "Salesforce change to Post to Slack",
   "price": 0.99,
   "file": "recipe-salesforce-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "salesforceTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "salesforce",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-salesforce-http",
   "kind": "recipe",
   "title": "Salesforce change to Call an API",
   "price": 0.99,
   "file": "recipe-salesforce-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "salesforceTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "salesforce",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-pipedrive-sheets",
   "kind": "recipe",
   "title": "Pipedrive event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-pipedrive-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "pipedriveTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "pipedrive",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-pipedrive-http",
   "kind": "recipe",
   "title": "Pipedrive event to Call an API",
   "price": 0.99,
   "file": "recipe-pipedrive-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "pipedriveTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "pipedrive",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-zendesk-slack",
   "kind": "recipe",
   "title": "New Zendesk ticket to Post to Slack",
   "price": 0.99,
   "file": "recipe-zendesk-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "zendeskTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "zendesk",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-zendesk-sheets",
   "kind": "recipe",
   "title": "New Zendesk ticket to Append to Sheets",
   "price": 0.99,
   "file": "recipe-zendesk-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "zendeskTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "zendesk",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-zendesk-http",
   "kind": "recipe",
   "title": "New Zendesk ticket to Call an API",
   "price": 0.99,
   "file": "recipe-zendesk-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "zendeskTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "zendesk",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-helpscout-slack",
   "kind": "recipe",
   "title": "New Help Scout ticket to Post to Slack",
   "price": 0.99,
   "file": "recipe-helpscout-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "helpScoutTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "helpscout",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-helpscout-sheets",
   "kind": "recipe",
   "title": "New Help Scout ticket to Append to Sheets",
   "price": 0.99,
   "file": "recipe-helpscout-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "helpScoutTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "helpscout",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-helpscout-http",
   "kind": "recipe",
   "title": "New Help Scout ticket to Call an API",
   "price": 0.99,
   "file": "recipe-helpscout-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "helpScoutTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "helpscout",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-freshdesk-slack",
   "kind": "recipe",
   "title": "Freshdesk action (scheduled) to Post to Slack",
   "price": 0.99,
   "file": "recipe-freshdesk-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "scheduleTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "freshdesk",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-freshdesk-sheets",
   "kind": "recipe",
   "title": "Freshdesk action (scheduled) to Append to Sheets",
   "price": 0.99,
   "file": "recipe-freshdesk-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "freshdesk",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-freshdesk-http",
   "kind": "recipe",
   "title": "Freshdesk action (scheduled) to Call an API",
   "price": 0.99,
   "file": "recipe-freshdesk-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "scheduleTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "freshdesk",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jira-sheets",
   "kind": "recipe",
   "title": "Jira issue change to Append to Sheets",
   "price": 0.99,
   "file": "recipe-jira-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "jiraTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "jira",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jira-http",
   "kind": "recipe",
   "title": "Jira issue change to Call an API",
   "price": 0.99,
   "file": "recipe-jira-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "jiraTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "jira",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-linear-sheets",
   "kind": "recipe",
   "title": "New Linear issue to Append to Sheets",
   "price": 0.99,
   "file": "recipe-linear-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "linearTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "linear",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-linear-http",
   "kind": "recipe",
   "title": "New Linear issue to Call an API",
   "price": 0.99,
   "file": "recipe-linear-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "linearTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "linear",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-clickup-sheets",
   "kind": "recipe",
   "title": "New ClickUp task to Append to Sheets",
   "price": 0.99,
   "file": "recipe-clickup-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "clickUpTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "clickup",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-clickup-http",
   "kind": "recipe",
   "title": "New ClickUp task to Call an API",
   "price": 0.99,
   "file": "recipe-clickup-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "clickUpTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "clickup",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-asana-sheets",
   "kind": "recipe",
   "title": "New Asana task to Append to Sheets",
   "price": 0.99,
   "file": "recipe-asana-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "asanaTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "asana",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-asana-http",
   "kind": "recipe",
   "title": "New Asana task to Call an API",
   "price": 0.99,
   "file": "recipe-asana-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "asanaTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "asana",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-trello-sheets",
   "kind": "recipe",
   "title": "New Trello card to Append to Sheets",
   "price": 0.99,
   "file": "recipe-trello-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "trelloTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "trello",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-trello-http",
   "kind": "recipe",
   "title": "New Trello card to Call an API",
   "price": 0.99,
   "file": "recipe-trello-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "trelloTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "trello",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-monday-slack",
   "kind": "recipe",
   "title": "Monday.com action (scheduled) to Post to Slack",
   "price": 0.99,
   "file": "recipe-monday-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "scheduleTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "monday",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-monday-sheets",
   "kind": "recipe",
   "title": "Monday.com action (scheduled) to Append to Sheets",
   "price": 0.99,
   "file": "recipe-monday-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "monday",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-monday-http",
   "kind": "recipe",
   "title": "Monday.com action (scheduled) to Call an API",
   "price": 0.99,
   "file": "recipe-monday-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "scheduleTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "monday",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-taiga-slack",
   "kind": "recipe",
   "title": "New Taiga item to Post to Slack",
   "price": 0.99,
   "file": "recipe-taiga-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "taigaTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "taiga",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-taiga-sheets",
   "kind": "recipe",
   "title": "New Taiga item to Append to Sheets",
   "price": 0.99,
   "file": "recipe-taiga-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "taigaTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "taiga",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-taiga-http",
   "kind": "recipe",
   "title": "New Taiga item to Call an API",
   "price": 0.99,
   "file": "recipe-taiga-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "taigaTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "taiga",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-github-sheets",
   "kind": "recipe",
   "title": "GitHub event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-github-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "githubTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "github",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-github-http",
   "kind": "recipe",
   "title": "GitHub event to Call an API",
   "price": 0.99,
   "file": "recipe-github-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "githubTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "github",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gitlab-slack",
   "kind": "recipe",
   "title": "GitLab event to Post to Slack",
   "price": 0.99,
   "file": "recipe-gitlab-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "gitlabTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "gitlab",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gitlab-sheets",
   "kind": "recipe",
   "title": "GitLab event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-gitlab-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "gitlabTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "gitlab",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gitlab-http",
   "kind": "recipe",
   "title": "GitLab event to Call an API",
   "price": 0.99,
   "file": "recipe-gitlab-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "gitlabTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "gitlab",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-bitbucket-slack",
   "kind": "recipe",
   "title": "Bitbucket event to Post to Slack",
   "price": 0.99,
   "file": "recipe-bitbucket-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "bitbucketTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "bitbucket",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-bitbucket-sheets",
   "kind": "recipe",
   "title": "Bitbucket event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-bitbucket-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "bitbucketTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "bitbucket",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-bitbucket-http",
   "kind": "recipe",
   "title": "Bitbucket event to Call an API",
   "price": 0.99,
   "file": "recipe-bitbucket-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "bitbucketTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "bitbucket",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-calendly-sheets",
   "kind": "recipe",
   "title": "New Calendly booking to Append to Sheets",
   "price": 0.99,
   "file": "recipe-calendly-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "calendlyTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "calendly",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-calendly-http",
   "kind": "recipe",
   "title": "New Calendly booking to Call an API",
   "price": 0.99,
   "file": "recipe-calendly-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "calendlyTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "calendly",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-cal-slack",
   "kind": "recipe",
   "title": "New Cal.com booking to Post to Slack",
   "price": 0.99,
   "file": "recipe-cal-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "calTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "cal",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-cal-sheets",
   "kind": "recipe",
   "title": "New Cal.com booking to Append to Sheets",
   "price": 0.99,
   "file": "recipe-cal-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "calTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "cal",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-cal-http",
   "kind": "recipe",
   "title": "New Cal.com booking to Call an API",
   "price": 0.99,
   "file": "recipe-cal-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "calTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "cal",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-acuity-slack",
   "kind": "recipe",
   "title": "New Acuity booking to Post to Slack",
   "price": 0.99,
   "file": "recipe-acuity-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "acuitySchedulingTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "acuity",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-acuity-http",
   "kind": "recipe",
   "title": "New Acuity booking to Call an API",
   "price": 0.99,
   "file": "recipe-acuity-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "acuitySchedulingTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "acuity",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-typeform-slack",
   "kind": "recipe",
   "title": "New Typeform response to Post to Slack",
   "price": 0.99,
   "file": "recipe-typeform-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "typeformTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "typeform",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-typeform-sheets",
   "kind": "recipe",
   "title": "New Typeform response to Append to Sheets",
   "price": 0.99,
   "file": "recipe-typeform-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "typeformTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "typeform",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-typeform-http",
   "kind": "recipe",
   "title": "New Typeform response to Call an API",
   "price": 0.99,
   "file": "recipe-typeform-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "typeformTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "typeform",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jotform-slack",
   "kind": "recipe",
   "title": "New JotForm response to Post to Slack",
   "price": 0.99,
   "file": "recipe-jotform-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "jotFormTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "jotform",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jotform-sheets",
   "kind": "recipe",
   "title": "New JotForm response to Append to Sheets",
   "price": 0.99,
   "file": "recipe-jotform-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "jotFormTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "jotform",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jotform-http",
   "kind": "recipe",
   "title": "New JotForm response to Call an API",
   "price": 0.99,
   "file": "recipe-jotform-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "jotFormTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "jotform",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-formstack-slack",
   "kind": "recipe",
   "title": "New Formstack response to Post to Slack",
   "price": 0.99,
   "file": "recipe-formstack-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "formstackTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "formstack",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-formstack-sheets",
   "kind": "recipe",
   "title": "New Formstack response to Append to Sheets",
   "price": 0.99,
   "file": "recipe-formstack-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "formstackTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "formstack",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-formstack-http",
   "kind": "recipe",
   "title": "New Formstack response to Call an API",
   "price": 0.99,
   "file": "recipe-formstack-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "formstackTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "formstack",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-sheets",
   "kind": "recipe",
   "title": "MQTT message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-mqtt-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "mqttTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-http",
   "kind": "recipe",
   "title": "MQTT message to Call an API",
   "price": 0.99,
   "file": "recipe-mqtt-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "mqttTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kafka-slack",
   "kind": "recipe",
   "title": "Kafka message to Post to Slack",
   "price": 0.99,
   "file": "recipe-kafka-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "kafkaTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "kafka",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kafka-sheets",
   "kind": "recipe",
   "title": "Kafka message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-kafka-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "kafkaTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "kafka",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kafka-http",
   "kind": "recipe",
   "title": "Kafka message to Call an API",
   "price": 0.99,
   "file": "recipe-kafka-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "kafkaTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "kafka",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rabbitmq-sheets",
   "kind": "recipe",
   "title": "RabbitMQ message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-rabbitmq-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "rabbitmqTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "rabbitmq",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rabbitmq-http",
   "kind": "recipe",
   "title": "RabbitMQ message to Call an API",
   "price": 0.99,
   "file": "recipe-rabbitmq-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "rabbitmqTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "rabbitmq",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-redis-slack",
   "kind": "recipe",
   "title": "Redis message to Post to Slack",
   "price": 0.99,
   "file": "recipe-redis-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "redisTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "redis",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-redis-sheets",
   "kind": "recipe",
   "title": "Redis message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-redis-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "redisTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "redis",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-redis-http",
   "kind": "recipe",
   "title": "Redis message to Call an API",
   "price": 0.99,
   "file": "recipe-redis-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "redisTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "redis",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-amqp-slack",
   "kind": "recipe",
   "title": "AMQP message to Post to Slack",
   "price": 0.99,
   "file": "recipe-amqp-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "amqpTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "amqp",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-amqp-sheets",
   "kind": "recipe",
   "title": "AMQP message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-amqp-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "amqpTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "amqp",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-amqp-http",
   "kind": "recipe",
   "title": "AMQP message to Call an API",
   "price": 0.99,
   "file": "recipe-amqp-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "amqpTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "amqp",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-postgres-sheets",
   "kind": "recipe",
   "title": "Postgres change to Append to Sheets",
   "price": 0.99,
   "file": "recipe-postgres-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "postgresTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "postgres",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-postgres-http",
   "kind": "recipe",
   "title": "Postgres change to Call an API",
   "price": 0.99,
   "file": "recipe-postgres-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "postgresTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "postgres",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-googledrive-slack",
   "kind": "recipe",
   "title": "New Google Drive file to Post to Slack",
   "price": 0.99,
   "file": "recipe-googledrive-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "googleDriveTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "googledrive",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-googledrive-sheets",
   "kind": "recipe",
   "title": "New Google Drive file to Append to Sheets",
   "price": 0.99,
   "file": "recipe-googledrive-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "googleDriveTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "googledrive",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-googledrive-http",
   "kind": "recipe",
   "title": "New Google Drive file to Call an API",
   "price": 0.99,
   "file": "recipe-googledrive-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "googleDriveTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "googledrive",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onedrive-slack",
   "kind": "recipe",
   "title": "New OneDrive file to Post to Slack",
   "price": 0.99,
   "file": "recipe-onedrive-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "microsoftOneDriveTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "onedrive",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onedrive-http",
   "kind": "recipe",
   "title": "New OneDrive file to Call an API",
   "price": 0.99,
   "file": "recipe-onedrive-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "microsoftOneDriveTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "onedrive",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-box-slack",
   "kind": "recipe",
   "title": "New Box file to Post to Slack",
   "price": 0.99,
   "file": "recipe-box-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "boxTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "box",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-box-http",
   "kind": "recipe",
   "title": "New Box file to Call an API",
   "price": 0.99,
   "file": "recipe-box-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "boxTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "box",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rss-slack",
   "kind": "recipe",
   "title": "New RSS item to Post to Slack",
   "price": 0.99,
   "file": "recipe-rss-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "rssFeedReadTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rss-sheets",
   "kind": "recipe",
   "title": "New RSS item to Append to Sheets",
   "price": 0.99,
   "file": "recipe-rss-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "rssFeedReadTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rss-http",
   "kind": "recipe",
   "title": "New RSS item to Call an API",
   "price": 0.99,
   "file": "recipe-rss-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "rssFeedReadTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mailchimp-slack",
   "kind": "recipe",
   "title": "New Mailchimp subscriber to Post to Slack",
   "price": 0.99,
   "file": "recipe-mailchimp-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "mailchimpTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "mailchimp",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mailchimp-http",
   "kind": "recipe",
   "title": "New Mailchimp subscriber to Call an API",
   "price": 0.99,
   "file": "recipe-mailchimp-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "mailchimpTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "mailchimp",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-convertkit-slack",
   "kind": "recipe",
   "title": "New ConvertKit subscriber to Post to Slack",
   "price": 0.99,
   "file": "recipe-convertkit-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "convertKitTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "convertkit",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-convertkit-sheets",
   "kind": "recipe",
   "title": "New ConvertKit subscriber to Append to Sheets",
   "price": 0.99,
   "file": "recipe-convertkit-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "convertKitTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "convertkit",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-convertkit-http",
   "kind": "recipe",
   "title": "New ConvertKit subscriber to Call an API",
   "price": 0.99,
   "file": "recipe-convertkit-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "convertKitTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "convertkit",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mailjet-slack",
   "kind": "recipe",
   "title": "Mailjet event to Post to Slack",
   "price": 0.99,
   "file": "recipe-mailjet-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "mailjetTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "mailjet",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mailjet-sheets",
   "kind": "recipe",
   "title": "Mailjet event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-mailjet-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "mailjetTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "mailjet",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mailjet-http",
   "kind": "recipe",
   "title": "Mailjet event to Call an API",
   "price": 0.99,
   "file": "recipe-mailjet-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "mailjetTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "mailjet",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sendinblue-slack",
   "kind": "recipe",
   "title": "Brevo event to Post to Slack",
   "price": 0.99,
   "file": "recipe-sendinblue-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "sendInBlueTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "sendinblue",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sendinblue-sheets",
   "kind": "recipe",
   "title": "Brevo event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-sendinblue-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "sendInBlueTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "sendinblue",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sendinblue-http",
   "kind": "recipe",
   "title": "Brevo event to Call an API",
   "price": 0.99,
   "file": "recipe-sendinblue-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "sendInBlueTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "sendinblue",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-lemlist-slack",
   "kind": "recipe",
   "title": "New lemlist reply to Post to Slack",
   "price": 0.99,
   "file": "recipe-lemlist-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "lemlistTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "lemlist",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-lemlist-sheets",
   "kind": "recipe",
   "title": "New lemlist reply to Append to Sheets",
   "price": 0.99,
   "file": "recipe-lemlist-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "lemlistTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "lemlist",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-lemlist-http",
   "kind": "recipe",
   "title": "New lemlist reply to Call an API",
   "price": 0.99,
   "file": "recipe-lemlist-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "lemlistTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "lemlist",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-customerio-slack",
   "kind": "recipe",
   "title": "Customer.io event to Post to Slack",
   "price": 0.99,
   "file": "recipe-customerio-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "customerIoTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "customerio",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-customerio-sheets",
   "kind": "recipe",
   "title": "Customer.io event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-customerio-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "customerIoTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "customerio",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-customerio-http",
   "kind": "recipe",
   "title": "Customer.io event to Call an API",
   "price": 0.99,
   "file": "recipe-customerio-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "customerIoTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "customerio",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-emelia-slack",
   "kind": "recipe",
   "title": "New emelia reply to Post to Slack",
   "price": 0.99,
   "file": "recipe-emelia-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "emeliaTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "emelia",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-emelia-sheets",
   "kind": "recipe",
   "title": "New emelia reply to Append to Sheets",
   "price": 0.99,
   "file": "recipe-emelia-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "emeliaTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "emelia",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-emelia-http",
   "kind": "recipe",
   "title": "New emelia reply to Call an API",
   "price": 0.99,
   "file": "recipe-emelia-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "emeliaTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "emelia",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webflow-slack",
   "kind": "recipe",
   "title": "Webflow CMS change to Post to Slack",
   "price": 0.99,
   "file": "recipe-webflow-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "webflowTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "webflow",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webflow-http",
   "kind": "recipe",
   "title": "Webflow CMS change to Call an API",
   "price": 0.99,
   "file": "recipe-webflow-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "webflowTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "webflow",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-netlify-sheets",
   "kind": "recipe",
   "title": "Netlify deploy to Append to Sheets",
   "price": 0.99,
   "file": "recipe-netlify-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "netlifyTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "netlify",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-netlify-http",
   "kind": "recipe",
   "title": "Netlify deploy to Call an API",
   "price": 0.99,
   "file": "recipe-netlify-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "netlifyTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "netlify",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-strava-slack",
   "kind": "recipe",
   "title": "Strava activity to Post to Slack",
   "price": 0.99,
   "file": "recipe-strava-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "stravaTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "strava",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-strava-sheets",
   "kind": "recipe",
   "title": "Strava activity to Append to Sheets",
   "price": 0.99,
   "file": "recipe-strava-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "stravaTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "strava",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-strava-http",
   "kind": "recipe",
   "title": "Strava activity to Call an API",
   "price": 0.99,
   "file": "recipe-strava-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "stravaTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "strava",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onfleet-slack",
   "kind": "recipe",
   "title": "Onfleet task event to Post to Slack",
   "price": 0.99,
   "file": "recipe-onfleet-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "onfleetTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "onfleet",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onfleet-sheets",
   "kind": "recipe",
   "title": "Onfleet task event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-onfleet-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "onfleetTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "onfleet",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onfleet-http",
   "kind": "recipe",
   "title": "Onfleet task event to Call an API",
   "price": 0.99,
   "file": "recipe-onfleet-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "onfleetTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "onfleet",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kobotoolbox-slack",
   "kind": "recipe",
   "title": "New KoBoToolbox submission to Post to Slack",
   "price": 0.99,
   "file": "recipe-kobotoolbox-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "koBoToolboxTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "koBoToolbox",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kobotoolbox-sheets",
   "kind": "recipe",
   "title": "New KoBoToolbox submission to Append to Sheets",
   "price": 0.99,
   "file": "recipe-kobotoolbox-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "koBoToolboxTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "koBoToolbox",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kobotoolbox-http",
   "kind": "recipe",
   "title": "New KoBoToolbox submission to Call an API",
   "price": 0.99,
   "file": "recipe-kobotoolbox-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "koBoToolboxTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "koBoToolbox",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-pushcut-slack",
   "kind": "recipe",
   "title": "Pushcut event to Post to Slack",
   "price": 0.99,
   "file": "recipe-pushcut-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "pushcutTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "pushcut",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-pushcut-sheets",
   "kind": "recipe",
   "title": "Pushcut event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-pushcut-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "pushcutTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "pushcut",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-pushcut-http",
   "kind": "recipe",
   "title": "Pushcut event to Call an API",
   "price": 0.99,
   "file": "recipe-pushcut-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "pushcutTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "pushcut",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-toggl-slack",
   "kind": "recipe",
   "title": "New Toggl entry to Post to Slack",
   "price": 0.99,
   "file": "recipe-toggl-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "togglTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "toggl",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-toggl-sheets",
   "kind": "recipe",
   "title": "New Toggl entry to Append to Sheets",
   "price": 0.99,
   "file": "recipe-toggl-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "togglTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "toggl",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-toggl-http",
   "kind": "recipe",
   "title": "New Toggl entry to Call an API",
   "price": 0.99,
   "file": "recipe-toggl-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "togglTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "toggl",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sse-slack",
   "kind": "recipe",
   "title": "Server-sent event to Post to Slack",
   "price": 0.99,
   "file": "recipe-sse-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "sseTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "sse",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sse-sheets",
   "kind": "recipe",
   "title": "Server-sent event to Append to Sheets",
   "price": 0.99,
   "file": "recipe-sse-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "sseTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "sse",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sse-http",
   "kind": "recipe",
   "title": "Server-sent event to Call an API",
   "price": 0.99,
   "file": "recipe-sse-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "sseTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "sse",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-awssns-slack",
   "kind": "recipe",
   "title": "AWS SNS message to Post to Slack",
   "price": 0.99,
   "file": "recipe-awssns-slack.json",
   "purpose": "Post the payload to a Slack channel.",
   "trigger": "awsSnsTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "awssns",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-awssns-sheets",
   "kind": "recipe",
   "title": "AWS SNS message to Append to Sheets",
   "price": 0.99,
   "file": "recipe-awssns-sheets.json",
   "purpose": "Append the payload as a spreadsheet row.",
   "trigger": "awsSnsTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "awssns",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-awssns-http",
   "kind": "recipe",
   "title": "AWS SNS message to Call an API",
   "price": 0.99,
   "file": "recipe-awssns-http.json",
   "purpose": "Relay the payload to any REST endpoint.",
   "trigger": "awsSnsTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "awssns",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-if-router-slack",
   "kind": "recipe",
   "title": "Conditional router",
   "price": 0.99,
   "file": "recipe-if-router-slack.json",
   "purpose": "Route payloads to different channels by condition.",
   "trigger": "webhook",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-code-transform",
   "kind": "recipe",
   "title": "Transform with code",
   "price": 0.99,
   "file": "recipe-code-transform.json",
   "purpose": "Reshape a payload with a Code node before sending.",
   "trigger": "webhook",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-merge-sheets",
   "kind": "recipe",
   "title": "Merge two sources",
   "price": 0.99,
   "file": "recipe-merge-sheets.json",
   "purpose": "Join two data sources into one spreadsheet.",
   "trigger": "manualTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "manual",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-split-batch-api",
   "kind": "recipe",
   "title": "Batch splitter",
   "price": 0.99,
   "file": "recipe-split-batch-api.json",
   "purpose": "Send large lists to an API in batches.",
   "trigger": "webhook",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-wait-retry-api",
   "kind": "recipe",
   "title": "Retry with a wait",
   "price": 0.99,
   "file": "recipe-wait-retry-api.json",
   "purpose": "Retry a flaky API call after a delay.",
   "trigger": "webhook",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-imap-postgres",
   "kind": "recipe",
   "title": "IMAP mail to Postgres",
   "price": 0.99,
   "file": "recipe-imap-postgres.json",
   "purpose": "Archive incoming mail into Postgres.",
   "trigger": "emailReadImap",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "imap",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-timeseries",
   "kind": "recipe",
   "title": "MQTT to TimescaleDB",
   "price": 0.99,
   "file": "recipe-mqtt-timeseries.json",
   "purpose": "Store IoT readings as a time series.",
   "trigger": "mqttTrigger",
   "action": "timescaleDb",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-slack",
   "kind": "recipe",
   "title": "MQTT threshold alert",
   "price": 0.99,
   "file": "recipe-mqtt-slack.json",
   "purpose": "Alert Slack when a sensor crosses a threshold.",
   "trigger": "mqttTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-s3-sheets",
   "kind": "recipe",
   "title": "S3 upload to Sheets",
   "price": 0.99,
   "file": "recipe-s3-sheets.json",
   "purpose": "Index new S3 objects into a sheet.",
   "trigger": "scheduleTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-ftp-postgres",
   "kind": "recipe",
   "title": "FTP CSV to Postgres",
   "price": 0.99,
   "file": "recipe-ftp-postgres.json",
   "purpose": "Load nightly CSV drops into Postgres.",
   "trigger": "scheduleTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sentry-slack",
   "kind": "recipe",
   "title": "Error alert to Slack",
   "price": 0.99,
   "file": "recipe-sentry-slack.json",
   "purpose": "Alert Slack whenever a workflow fails.",
   "trigger": "errorTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-github-slack",
   "kind": "recipe",
   "title": "Repo activity to Slack",
   "price": 0.99,
   "file": "recipe-github-slack.json",
   "purpose": "Post repository activity into Slack.",
   "trigger": "githubTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "github",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-receipt",
   "kind": "recipe",
   "title": "Payment receipt email",
   "price": 0.99,
   "file": "recipe-stripe-receipt.json",
   "purpose": "Email a receipt after a successful payment.",
   "trigger": "stripeTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-sheets",
   "kind": "recipe",
   "title": "Sales ledger in Sheets",
   "price": 0.99,
   "file": "recipe-stripe-sheets.json",
   "purpose": "Record every sale as a spreadsheet row.",
   "trigger": "stripeTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-shopify-slack",
   "kind": "recipe",
   "title": "Order alert to Slack",
   "price": 0.99,
   "file": "recipe-shopify-slack.json",
   "purpose": "Announce new orders in Slack.",
   "trigger": "shopifyTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "shopify",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-hubspot",
   "kind": "recipe",
   "title": "Form to CRM",
   "price": 0.99,
   "file": "recipe-form-hubspot.json",
   "purpose": "Create a CRM lead from a form submission.",
   "trigger": "formTrigger",
   "action": "hubspot",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "hubspot"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-telegram",
   "kind": "recipe",
   "title": "Form to Telegram",
   "price": 0.99,
   "file": "recipe-form-telegram.json",
   "purpose": "Push form submissions to Telegram.",
   "trigger": "formTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-typeform-notion",
   "kind": "recipe",
   "title": "Survey to Notion",
   "price": 0.99,
   "file": "recipe-typeform-notion.json",
   "purpose": "File survey responses as Notion pages.",
   "trigger": "typeformTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "typeform",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rss-ai-digest",
   "kind": "recipe",
   "title": "Feed digest with an LLM",
   "price": 0.99,
   "file": "recipe-rss-ai-digest.json",
   "purpose": "Summarise feed items and email a digest.",
   "trigger": "rssFeedReadTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-zendesk-jira",
   "kind": "recipe",
   "title": "Ticket to engineering",
   "price": 0.99,
   "file": "recipe-zendesk-jira.json",
   "purpose": "Raise a Jira issue from a Zendesk ticket.",
   "trigger": "zendeskTrigger",
   "action": "jira",
   "tags": [
    "n8n",
    "workflow",
    "zendesk",
    "jira"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jira-slack",
   "kind": "recipe",
   "title": "Issue change to Slack",
   "price": 0.99,
   "file": "recipe-jira-slack.json",
   "purpose": "Announce Jira issue changes in Slack.",
   "trigger": "jiraTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "jira",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-calendly-slack",
   "kind": "recipe",
   "title": "Booking to Slack",
   "price": 0.99,
   "file": "recipe-calendly-slack.json",
   "purpose": "Announce new bookings in Slack.",
   "trigger": "calendlyTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "calendly",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-calendly-gmail",
   "kind": "recipe",
   "title": "Booking confirmation",
   "price": 0.99,
   "file": "recipe-calendly-gmail.json",
   "purpose": "Confirm a new booking by email.",
   "trigger": "calendlyTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "calendly",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mailchimp-sheets",
   "kind": "recipe",
   "title": "Audience growth log",
   "price": 0.99,
   "file": "recipe-mailchimp-sheets.json",
   "purpose": "Log new subscribers in a sheet.",
   "trigger": "mailchimpTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "mailchimp",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webflow-sheets",
   "kind": "recipe",
   "title": "CMS change log",
   "price": 0.99,
   "file": "recipe-webflow-sheets.json",
   "purpose": "Record CMS changes in a sheet.",
   "trigger": "webflowTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "webflow",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-netlify-slack",
   "kind": "recipe",
   "title": "Deploy notice to Slack",
   "price": 0.99,
   "file": "recipe-netlify-slack.json",
   "purpose": "Notify Slack on every deploy.",
   "trigger": "netlifyTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "netlify",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onedrive-sheets",
   "kind": "recipe",
   "title": "Shared files index",
   "price": 0.99,
   "file": "recipe-onedrive-sheets.json",
   "purpose": "Index new shared files in a sheet.",
   "trigger": "microsoftOneDriveTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "onedrive",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-drive-postgres",
   "kind": "recipe",
   "title": "Drive intake to Postgres",
   "price": 0.99,
   "file": "recipe-drive-postgres.json",
   "purpose": "Register new Drive files in Postgres.",
   "trigger": "googleDriveTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "googledrive",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-googledrive-s3",
   "kind": "recipe",
   "title": "Drive backup to S3",
   "price": 0.99,
   "file": "recipe-googledrive-s3.json",
   "purpose": "Mirror new Drive files into S3.",
   "trigger": "googleDriveTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "googledrive",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-linear-slack",
   "kind": "recipe",
   "title": "Issue tracker to Slack",
   "price": 0.99,
   "file": "recipe-linear-slack.json",
   "purpose": "Post new Linear issues into Slack.",
   "trigger": "linearTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "linear",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-clickup-slack",
   "kind": "recipe",
   "title": "Task updates to Slack",
   "price": 0.99,
   "file": "recipe-clickup-slack.json",
   "purpose": "Announce new ClickUp tasks in Slack.",
   "trigger": "clickUpTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "clickup",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-asana-slack",
   "kind": "recipe",
   "title": "Task creation to Slack",
   "price": 0.99,
   "file": "recipe-asana-slack.json",
   "purpose": "Announce new Asana tasks in Slack.",
   "trigger": "asanaTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "asana",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-trello-slack",
   "kind": "recipe",
   "title": "Card creation to Slack",
   "price": 0.99,
   "file": "recipe-trello-slack.json",
   "purpose": "Announce new Trello cards in Slack.",
   "trigger": "trelloTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "trello",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-twilio-postgres",
   "kind": "recipe",
   "title": "Inbound SMS archive",
   "price": 0.99,
   "file": "recipe-twilio-postgres.json",
   "purpose": "Archive inbound SMS into Postgres.",
   "trigger": "twilioTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "twilio",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-whatsapp-sheets",
   "kind": "recipe",
   "title": "Conversation log",
   "price": 0.99,
   "file": "recipe-whatsapp-sheets.json",
   "purpose": "Log WhatsApp conversations in a sheet.",
   "trigger": "whatsAppTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "whatsapp",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-whatsapp-http",
   "kind": "recipe",
   "title": "WhatsApp to your backend",
   "price": 0.99,
   "file": "recipe-whatsapp-http.json",
   "purpose": "Route WhatsApp messages into your own API.",
   "trigger": "whatsAppTrigger",
   "action": "httpRequest",
   "tags": [
    "n8n",
    "workflow",
    "whatsapp",
    "http"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-telegram-sheets",
   "kind": "recipe",
   "title": "Message log",
   "price": 0.99,
   "file": "recipe-telegram-sheets.json",
   "purpose": "Log Telegram messages in a sheet.",
   "trigger": "telegramTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "telegram",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-slack-postgres",
   "kind": "recipe",
   "title": "Channel archive",
   "price": 0.99,
   "file": "recipe-slack-postgres.json",
   "purpose": "Archive Slack messages into Postgres.",
   "trigger": "slackTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "slack",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kafka-postgres",
   "kind": "recipe",
   "title": "Stream to Postgres",
   "price": 0.99,
   "file": "recipe-kafka-postgres.json",
   "purpose": "Persist a Kafka stream into Postgres.",
   "trigger": "kafkaTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "kafka",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rabbitmq-slack",
   "kind": "recipe",
   "title": "Queue alert",
   "price": 0.99,
   "file": "recipe-rabbitmq-slack.json",
   "purpose": "Alert on RabbitMQ messages.",
   "trigger": "rabbitmqTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "rabbitmq",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-redis-postgres",
   "kind": "recipe",
   "title": "Redis to Postgres",
   "price": 0.99,
   "file": "recipe-redis-postgres.json",
   "purpose": "Move Redis messages into Postgres.",
   "trigger": "redisTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "redis",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-postgres-slack",
   "kind": "recipe",
   "title": "Database change alert",
   "price": 0.99,
   "file": "recipe-postgres-slack.json",
   "purpose": "Alert Slack on database changes.",
   "trigger": "postgresTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "postgres",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-box-sheets",
   "kind": "recipe",
   "title": "Shared file log",
   "price": 0.99,
   "file": "recipe-box-sheets.json",
   "purpose": "Log new shared Box files.",
   "trigger": "boxTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "box",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-helpscout-jira",
   "kind": "recipe",
   "title": "Support to engineering",
   "price": 0.99,
   "file": "recipe-helpscout-jira.json",
   "purpose": "Raise a Jira issue from a Help Scout ticket.",
   "trigger": "helpScoutTrigger",
   "action": "jira",
   "tags": [
    "n8n",
    "workflow",
    "helpscout",
    "jira"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-pipedrive-slack",
   "kind": "recipe",
   "title": "Deal movement alert",
   "price": 0.99,
   "file": "recipe-pipedrive-slack.json",
   "purpose": "Announce deal movements in Slack.",
   "trigger": "pipedriveTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "pipedrive",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-salesforce-sheets",
   "kind": "recipe",
   "title": "CRM export",
   "price": 0.99,
   "file": "recipe-salesforce-sheets.json",
   "purpose": "Export CRM changes to a sheet.",
   "trigger": "salesforceTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "salesforce",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-hubspot-slack",
   "kind": "recipe",
   "title": "New lead alert",
   "price": 0.99,
   "file": "recipe-hubspot-slack.json",
   "purpose": "Alert Slack when a lead is created.",
   "trigger": "hubspotTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "hubspot",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-acuity-sheets",
   "kind": "recipe",
   "title": "Booking ledger",
   "price": 0.99,
   "file": "recipe-acuity-sheets.json",
   "purpose": "Log Acuity bookings in a sheet.",
   "trigger": "acuitySchedulingTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "acuity",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-outlook-notion",
   "kind": "recipe",
   "title": "Mail to Notion",
   "price": 0.99,
   "file": "recipe-outlook-notion.json",
   "purpose": "File Outlook mail as Notion pages.",
   "trigger": "microsoftOutlookTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "outlook",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-teams-sheets",
   "kind": "recipe",
   "title": "Chat log",
   "price": 0.99,
   "file": "recipe-teams-sheets.json",
   "purpose": "Log Teams messages in a sheet.",
   "trigger": "microsoftTeamsTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "teams",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-hubspot",
   "kind": "recipe",
   "title": "Webhook to CRM record",
   "price": 0.99,
   "file": "recipe-webhook-hubspot.json",
   "purpose": "Create a CRM contact or deal from any incoming webhook.",
   "trigger": "webhook",
   "action": "hubspot",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "hubspot"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-pipedrive",
   "kind": "recipe",
   "title": "Webhook to pipeline",
   "price": 0.99,
   "file": "recipe-webhook-pipedrive.json",
   "purpose": "Add a webhook payload as a pipeline deal.",
   "trigger": "webhook",
   "action": "pipedrive",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "pipedrive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-salesforce",
   "kind": "recipe",
   "title": "Webhook to Salesforce",
   "price": 0.99,
   "file": "recipe-webhook-salesforce.json",
   "purpose": "Create a Salesforce record from a webhook payload.",
   "trigger": "webhook",
   "action": "salesforce",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "salesforce"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-zoho",
   "kind": "recipe",
   "title": "Webhook to Zoho CRM",
   "price": 0.99,
   "file": "recipe-webhook-zoho.json",
   "purpose": "Push a webhook payload into Zoho CRM.",
   "trigger": "webhook",
   "action": "zohoCrm",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "zohoCrm"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-copper",
   "kind": "recipe",
   "title": "Webhook to Copper",
   "price": 0.99,
   "file": "recipe-webhook-copper.json",
   "purpose": "Create a Copper record from a webhook.",
   "trigger": "webhook",
   "action": "copper",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "copper"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-pipedrive",
   "kind": "recipe",
   "title": "Form submission to pipeline",
   "price": 0.99,
   "file": "recipe-form-pipedrive.json",
   "purpose": "Turn a form submission into a pipeline deal.",
   "trigger": "formTrigger",
   "action": "pipedrive",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "pipedrive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-zoho",
   "kind": "recipe",
   "title": "Form submission to Zoho",
   "price": 0.99,
   "file": "recipe-form-zoho.json",
   "purpose": "Create a Zoho CRM lead from a form.",
   "trigger": "formTrigger",
   "action": "zohoCrm",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "zohoCrm"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gmail-pipedrive",
   "kind": "recipe",
   "title": "Booking enquiry to pipeline",
   "price": 0.99,
   "file": "recipe-gmail-pipedrive.json",
   "purpose": "Open a deal whenever a matching email arrives.",
   "trigger": "gmailTrigger",
   "action": "pipedrive",
   "tags": [
    "n8n",
    "workflow",
    "gmail",
    "pipedrive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-typeform-hubspot",
   "kind": "recipe",
   "title": "Survey to CRM",
   "price": 0.99,
   "file": "recipe-typeform-hubspot.json",
   "purpose": "Create a CRM lead from a survey response.",
   "trigger": "typeformTrigger",
   "action": "hubspot",
   "tags": [
    "n8n",
    "workflow",
    "typeform",
    "hubspot"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webflow-hubspot",
   "kind": "recipe",
   "title": "Site CMS lead to CRM",
   "price": 0.99,
   "file": "recipe-webflow-hubspot.json",
   "purpose": "Sync site CMS entries into the CRM.",
   "trigger": "webflowTrigger",
   "action": "hubspot",
   "tags": [
    "n8n",
    "workflow",
    "webflow",
    "hubspot"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-clickup",
   "kind": "recipe",
   "title": "Webhook to ClickUp task",
   "price": 0.99,
   "file": "recipe-webhook-clickup.json",
   "purpose": "Raise a ClickUp task from a webhook.",
   "trigger": "webhook",
   "action": "clickUp",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "clickup"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-asana",
   "kind": "recipe",
   "title": "Webhook to Asana task",
   "price": 0.99,
   "file": "recipe-webhook-asana.json",
   "purpose": "Raise an Asana task from a webhook.",
   "trigger": "webhook",
   "action": "asana",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "asana"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-trello",
   "kind": "recipe",
   "title": "Webhook to Trello card",
   "price": 0.99,
   "file": "recipe-webhook-trello.json",
   "purpose": "Raise a Trello card from a webhook.",
   "trigger": "webhook",
   "action": "trello",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "trello"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-jira",
   "kind": "recipe",
   "title": "Webhook to Jira issue",
   "price": 0.99,
   "file": "recipe-webhook-jira.json",
   "purpose": "Raise a Jira issue from a webhook.",
   "trigger": "webhook",
   "action": "jira",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "jira"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-linear",
   "kind": "recipe",
   "title": "Webhook to Linear issue",
   "price": 0.99,
   "file": "recipe-webhook-linear.json",
   "purpose": "Raise a Linear issue from a webhook.",
   "trigger": "webhook",
   "action": "linear",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "linear"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-notion",
   "kind": "recipe",
   "title": "Webhook to Notion page",
   "price": 0.99,
   "file": "recipe-webhook-notion.json",
   "purpose": "Create a Notion page from a webhook.",
   "trigger": "webhook",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-monday",
   "kind": "recipe",
   "title": "Webhook to Monday item",
   "price": 0.99,
   "file": "recipe-webhook-monday.json",
   "purpose": "Create a Monday.com item from a webhook.",
   "trigger": "webhook",
   "action": "mondayCom",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "monday"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-jira",
   "kind": "recipe",
   "title": "Form submission to Jira",
   "price": 0.99,
   "file": "recipe-form-jira.json",
   "purpose": "Raise a Jira issue from a form submission.",
   "trigger": "formTrigger",
   "action": "jira",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "jira"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-clickup",
   "kind": "recipe",
   "title": "Form submission to ClickUp",
   "price": 0.99,
   "file": "recipe-form-clickup.json",
   "purpose": "Create a ClickUp task from a form.",
   "trigger": "formTrigger",
   "action": "clickUp",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "clickup"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-trello",
   "kind": "recipe",
   "title": "Form submission to Trello",
   "price": 0.99,
   "file": "recipe-form-trello.json",
   "purpose": "Create a Trello card from a form.",
   "trigger": "formTrigger",
   "action": "trello",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "trello"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-zendesk-trello",
   "kind": "recipe",
   "title": "Ticket to board",
   "price": 0.99,
   "file": "recipe-zendesk-trello.json",
   "purpose": "Mirror a support ticket onto a Trello board.",
   "trigger": "zendeskTrigger",
   "action": "trello",
   "tags": [
    "n8n",
    "workflow",
    "zendesk",
    "trello"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-github-jira",
   "kind": "recipe",
   "title": "Issue sync to Jira",
   "price": 0.99,
   "file": "recipe-github-jira.json",
   "purpose": "Open a Jira issue from a GitHub event.",
   "trigger": "githubTrigger",
   "action": "jira",
   "tags": [
    "n8n",
    "workflow",
    "github",
    "jira"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gitlab-jira",
   "kind": "recipe",
   "title": "GitLab event to Jira",
   "price": 0.99,
   "file": "recipe-gitlab-jira.json",
   "purpose": "Raise a Jira issue from a GitLab event.",
   "trigger": "gitlabTrigger",
   "action": "jira",
   "tags": [
    "n8n",
    "workflow",
    "gitlab",
    "jira"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-linear-slack-2",
   "kind": "recipe",
   "title": "Linear issue to chat",
   "price": 0.99,
   "file": "recipe-linear-slack-2.json",
   "purpose": "Post new Linear issues to Discord.",
   "trigger": "linearTrigger",
   "action": "discord",
   "tags": [
    "n8n",
    "workflow",
    "linear",
    "discord"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-clickup-teams",
   "kind": "recipe",
   "title": "Task updates to Teams",
   "price": 0.99,
   "file": "recipe-clickup-teams.json",
   "purpose": "Announce ClickUp tasks in Microsoft Teams.",
   "trigger": "clickUpTrigger",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "clickup",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-asana-teams",
   "kind": "recipe",
   "title": "Task creation to Teams",
   "price": 0.99,
   "file": "recipe-asana-teams.json",
   "purpose": "Announce new Asana tasks in Teams.",
   "trigger": "asanaTrigger",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "asana",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jira-discord",
   "kind": "recipe",
   "title": "Issue change to Discord",
   "price": 0.99,
   "file": "recipe-jira-discord.json",
   "purpose": "Post Jira issue changes to Discord.",
   "trigger": "jiraTrigger",
   "action": "discord",
   "tags": [
    "n8n",
    "workflow",
    "jira",
    "discord"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sheets-gmail-2",
   "kind": "recipe",
   "title": "Row to customer email",
   "price": 0.99,
   "file": "recipe-sheets-gmail-2.json",
   "purpose": "Email a contact when a row is added.",
   "trigger": "googleSheetsTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "sheets",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-airtable-gmail",
   "kind": "recipe",
   "title": "Record to email",
   "price": 0.99,
   "file": "recipe-airtable-gmail.json",
   "purpose": "Send an email when an Airtable record is created.",
   "trigger": "airtableTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "airtable",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-notion-gmail",
   "kind": "recipe",
   "title": "Page to email digest",
   "price": 0.99,
   "file": "recipe-notion-gmail.json",
   "purpose": "Email a digest when Notion content changes.",
   "trigger": "notionTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "notion",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webflow-gmail",
   "kind": "recipe",
   "title": "CMS entry to email",
   "price": 0.99,
   "file": "recipe-webflow-gmail.json",
   "purpose": "Email subscribers when a CMS entry publishes.",
   "trigger": "webflowTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "webflow",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-shopify-gmail",
   "kind": "recipe",
   "title": "Order to confirmation email",
   "price": 0.99,
   "file": "recipe-shopify-gmail.json",
   "purpose": "Send an order confirmation by email.",
   "trigger": "shopifyTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "shopify",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-woocommerce-gmail",
   "kind": "recipe",
   "title": "Order confirmation email",
   "price": 0.99,
   "file": "recipe-woocommerce-gmail.json",
   "purpose": "Email a confirmation for each WooCommerce order.",
   "trigger": "wooCommerceTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "woocommerce",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-telegram",
   "kind": "recipe",
   "title": "Payment alert to Telegram",
   "price": 0.99,
   "file": "recipe-stripe-telegram.json",
   "purpose": "Push each payment to Telegram.",
   "trigger": "stripeTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-shopify-telegram",
   "kind": "recipe",
   "title": "Order alert to Telegram",
   "price": 0.99,
   "file": "recipe-shopify-telegram.json",
   "purpose": "Push each new order to Telegram.",
   "trigger": "shopifyTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "shopify",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-discord",
   "kind": "recipe",
   "title": "Form submission to Discord",
   "price": 0.99,
   "file": "recipe-form-discord.json",
   "purpose": "Post form submissions into Discord.",
   "trigger": "formTrigger",
   "action": "discord",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "discord"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-teams",
   "kind": "recipe",
   "title": "Webhook to Teams",
   "price": 0.99,
   "file": "recipe-webhook-teams.json",
   "purpose": "Post any webhook payload into Microsoft Teams.",
   "trigger": "webhook",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-discord",
   "kind": "recipe",
   "title": "Webhook to Discord",
   "price": 0.99,
   "file": "recipe-webhook-discord.json",
   "purpose": "Post any webhook payload into Discord.",
   "trigger": "webhook",
   "action": "discord",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "discord"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-telegram",
   "kind": "recipe",
   "title": "Failure alert to Telegram",
   "price": 0.99,
   "file": "recipe-error-telegram.json",
   "purpose": "Alert Telegram whenever a workflow fails.",
   "trigger": "errorTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-gmail",
   "kind": "recipe",
   "title": "Failure alert by email",
   "price": 0.99,
   "file": "recipe-error-gmail.json",
   "purpose": "Email an alert whenever a workflow fails.",
   "trigger": "errorTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-teams",
   "kind": "recipe",
   "title": "Failure alert to Teams",
   "price": 0.99,
   "file": "recipe-error-teams.json",
   "purpose": "Post workflow failures into Teams.",
   "trigger": "errorTrigger",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-mysql",
   "kind": "recipe",
   "title": "Webhook to MySQL",
   "price": 0.99,
   "file": "recipe-webhook-mysql.json",
   "purpose": "Insert a webhook payload into MySQL.",
   "trigger": "webhook",
   "action": "mySql",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "mysql"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-mongo",
   "kind": "recipe",
   "title": "Webhook to MongoDB",
   "price": 0.99,
   "file": "recipe-webhook-mongo.json",
   "purpose": "Insert a webhook payload into MongoDB.",
   "trigger": "webhook",
   "action": "mongoDb",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "mongo"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-supabase",
   "kind": "recipe",
   "title": "Webhook to Supabase",
   "price": 0.99,
   "file": "recipe-webhook-supabase.json",
   "purpose": "Insert a webhook payload into Supabase.",
   "trigger": "webhook",
   "action": "supabase",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "supabase"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-nocodb",
   "kind": "recipe",
   "title": "Webhook to NocoDB",
   "price": 0.99,
   "file": "recipe-webhook-nocodb.json",
   "purpose": "Create a NocoDB row from a webhook.",
   "trigger": "webhook",
   "action": "nocoDb",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "nocodb"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-baserow",
   "kind": "recipe",
   "title": "Webhook to Baserow",
   "price": 0.99,
   "file": "recipe-webhook-baserow.json",
   "purpose": "Create a Baserow row from a webhook.",
   "trigger": "webhook",
   "action": "baserow",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "baserow"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-seatable",
   "kind": "recipe",
   "title": "Webhook to SeaTable",
   "price": 0.99,
   "file": "recipe-webhook-seatable.json",
   "purpose": "Create a SeaTable row from a webhook.",
   "trigger": "webhook",
   "action": "seaTable",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "seatable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-grist",
   "kind": "recipe",
   "title": "Webhook to Grist",
   "price": 0.99,
   "file": "recipe-webhook-grist.json",
   "purpose": "Append a webhook payload to a Grist table.",
   "trigger": "webhook",
   "action": "grist",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "grist"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-mongo",
   "kind": "recipe",
   "title": "MQTT to MongoDB",
   "price": 0.99,
   "file": "recipe-mqtt-mongo.json",
   "purpose": "Store machine telemetry in MongoDB.",
   "trigger": "mqttTrigger",
   "action": "mongoDb",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "mongo"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-mysql",
   "kind": "recipe",
   "title": "MQTT to MySQL",
   "price": 0.99,
   "file": "recipe-mqtt-mysql.json",
   "purpose": "Store sensor readings in MySQL.",
   "trigger": "mqttTrigger",
   "action": "mySql",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "mysql"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-supabase",
   "kind": "recipe",
   "title": "MQTT to Supabase",
   "price": 0.99,
   "file": "recipe-mqtt-supabase.json",
   "purpose": "Write IoT readings into Supabase.",
   "trigger": "mqttTrigger",
   "action": "supabase",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "supabase"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kafka-s3",
   "kind": "recipe",
   "title": "Stream to S3",
   "price": 0.99,
   "file": "recipe-kafka-s3.json",
   "purpose": "Archive a Kafka stream to S3.",
   "trigger": "kafkaTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "kafka",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kafka-snowflake",
   "kind": "recipe",
   "title": "Stream to warehouse",
   "price": 0.99,
   "file": "recipe-kafka-snowflake.json",
   "purpose": "Load a Kafka stream into Snowflake.",
   "trigger": "kafkaTrigger",
   "action": "snowflake",
   "tags": [
    "n8n",
    "workflow",
    "kafka",
    "snowflake"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kafka-bigquery",
   "kind": "recipe",
   "title": "Stream to BigQuery",
   "price": 0.99,
   "file": "recipe-kafka-bigquery.json",
   "purpose": "Load a Kafka stream into BigQuery.",
   "trigger": "kafkaTrigger",
   "action": "googleBigQuery",
   "tags": [
    "n8n",
    "workflow",
    "kafka",
    "bigquery"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-postgres-bigquery",
   "kind": "recipe",
   "title": "Database to warehouse",
   "price": 0.99,
   "file": "recipe-postgres-bigquery.json",
   "purpose": "Replicate database changes into BigQuery.",
   "trigger": "postgresTrigger",
   "action": "googleBigQuery",
   "tags": [
    "n8n",
    "workflow",
    "postgres",
    "bigquery"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-postgres-s3",
   "kind": "recipe",
   "title": "Nightly database export",
   "price": 0.99,
   "file": "recipe-postgres-s3.json",
   "purpose": "Export changed rows to an S3 bucket for archival.",
   "trigger": "postgresTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "postgres",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sheets-bigquery",
   "kind": "recipe",
   "title": "Sheet to warehouse",
   "price": 0.99,
   "file": "recipe-sheets-bigquery.json",
   "purpose": "Load new sheet rows into BigQuery.",
   "trigger": "googleSheetsTrigger",
   "action": "googleBigQuery",
   "tags": [
    "n8n",
    "workflow",
    "sheets",
    "bigquery"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sheets-s3",
   "kind": "recipe",
   "title": "Sheet to S3",
   "price": 0.99,
   "file": "recipe-sheets-s3.json",
   "purpose": "Back up new sheet rows to S3.",
   "trigger": "googleSheetsTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "sheets",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-elastic",
   "kind": "recipe",
   "title": "Webhook to Elasticsearch",
   "price": 0.99,
   "file": "recipe-webhook-elastic.json",
   "purpose": "Index a webhook payload for search.",
   "trigger": "webhook",
   "action": "elasticsearch",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "elastic"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-redis-2",
   "kind": "recipe",
   "title": "Webhook to Redis",
   "price": 0.99,
   "file": "recipe-webhook-redis-2.json",
   "purpose": "Push a webhook payload onto a Redis structure.",
   "trigger": "webhook",
   "action": "redis",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "redis"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-rabbit",
   "kind": "recipe",
   "title": "Webhook to RabbitMQ",
   "price": 0.99,
   "file": "recipe-webhook-rabbit.json",
   "purpose": "Publish a webhook payload to RabbitMQ.",
   "trigger": "webhook",
   "action": "rabbitmq",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "rabbitmq"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-kafka",
   "kind": "recipe",
   "title": "Webhook to Kafka",
   "price": 0.99,
   "file": "recipe-webhook-kafka.json",
   "purpose": "Publish a webhook payload to Kafka.",
   "trigger": "webhook",
   "action": "kafka",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "kafka"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-mqtt",
   "kind": "recipe",
   "title": "Webhook to MQTT",
   "price": 0.99,
   "file": "recipe-webhook-mqtt.json",
   "purpose": "Publish a webhook payload to an MQTT topic.",
   "trigger": "webhook",
   "action": "mqtt",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "mqtt"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-s3",
   "kind": "recipe",
   "title": "Webhook to S3",
   "price": 0.99,
   "file": "recipe-webhook-s3.json",
   "purpose": "Write a webhook payload to an S3 object.",
   "trigger": "webhook",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-dropbox",
   "kind": "recipe",
   "title": "Webhook to Dropbox",
   "price": 0.99,
   "file": "recipe-webhook-dropbox.json",
   "purpose": "Save a webhook payload as a Dropbox file.",
   "trigger": "webhook",
   "action": "dropbox",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "dropbox"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-drive",
   "kind": "recipe",
   "title": "Webhook to Google Drive",
   "price": 0.99,
   "file": "recipe-webhook-drive.json",
   "purpose": "Save a webhook payload to Google Drive.",
   "trigger": "webhook",
   "action": "googleDrive",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "drive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-onedrive",
   "kind": "recipe",
   "title": "Webhook to OneDrive",
   "price": 0.99,
   "file": "recipe-webhook-onedrive.json",
   "purpose": "Save a webhook payload to OneDrive.",
   "trigger": "webhook",
   "action": "microsoftOneDrive",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "onedrive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-box",
   "kind": "recipe",
   "title": "Webhook to Box",
   "price": 0.99,
   "file": "recipe-webhook-box.json",
   "purpose": "Store a webhook payload in Box.",
   "trigger": "webhook",
   "action": "box",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "box"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-ftp",
   "kind": "recipe",
   "title": "Webhook to FTP",
   "price": 0.99,
   "file": "recipe-webhook-ftp.json",
   "purpose": "Drop a webhook payload onto an FTP server.",
   "trigger": "webhook",
   "action": "ftp",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "ftp"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-ssh",
   "kind": "recipe",
   "title": "Webhook to a server",
   "price": 0.99,
   "file": "recipe-webhook-ssh.json",
   "purpose": "Run a command on a server from a webhook.",
   "trigger": "webhook",
   "action": "ssh",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "ssh"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gmail-drive",
   "kind": "recipe",
   "title": "Attachment to Drive",
   "price": 0.99,
   "file": "recipe-gmail-drive.json",
   "purpose": "Save new email attachments to Google Drive.",
   "trigger": "gmailTrigger",
   "action": "googleDrive",
   "tags": [
    "n8n",
    "workflow",
    "gmail",
    "drive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gmail-dropbox",
   "kind": "recipe",
   "title": "Attachment to Dropbox",
   "price": 0.99,
   "file": "recipe-gmail-dropbox.json",
   "purpose": "Save email attachments to Dropbox.",
   "trigger": "gmailTrigger",
   "action": "dropbox",
   "tags": [
    "n8n",
    "workflow",
    "gmail",
    "dropbox"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gmail-s3",
   "kind": "recipe",
   "title": "Attachment archive to S3",
   "price": 0.99,
   "file": "recipe-gmail-s3.json",
   "purpose": "Archive email attachments into S3.",
   "trigger": "gmailTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "gmail",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-outlook-drive",
   "kind": "recipe",
   "title": "Mail attachments to Drive",
   "price": 0.99,
   "file": "recipe-outlook-drive.json",
   "purpose": "Save Outlook attachments to Google Drive.",
   "trigger": "microsoftOutlookTrigger",
   "action": "googleDrive",
   "tags": [
    "n8n",
    "workflow",
    "outlook",
    "drive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-drive-sheets",
   "kind": "recipe",
   "title": "Drive file index",
   "price": 0.99,
   "file": "recipe-drive-sheets.json",
   "purpose": "Index new Drive files in a spreadsheet.",
   "trigger": "googleDriveTrigger",
   "action": "googleSheets",
   "tags": [
    "n8n",
    "workflow",
    "googledrive",
    "sheets"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onedrive-s3",
   "kind": "recipe",
   "title": "OneDrive backup to S3",
   "price": 0.99,
   "file": "recipe-onedrive-s3.json",
   "purpose": "Mirror OneDrive files into S3.",
   "trigger": "microsoftOneDriveTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "onedrive",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-box-slack-2",
   "kind": "recipe",
   "title": "Shared file alert",
   "price": 0.99,
   "file": "recipe-box-slack-2.json",
   "purpose": "Alert Telegram when a Box file is shared.",
   "trigger": "boxTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "box",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-newfile-s3",
   "kind": "recipe",
   "title": "Local file to S3",
   "price": 0.99,
   "file": "recipe-newfile-s3.json",
   "purpose": "Upload newly written files to S3.",
   "trigger": "localFileTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "newfile",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-newfile-drive",
   "kind": "recipe",
   "title": "Local file to Drive",
   "price": 0.99,
   "file": "recipe-newfile-drive.json",
   "purpose": "Upload newly written files to Google Drive.",
   "trigger": "localFileTrigger",
   "action": "googleDrive",
   "tags": [
    "n8n",
    "workflow",
    "newfile",
    "drive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-newfile-ssh",
   "kind": "recipe",
   "title": "Local file to server",
   "price": 0.99,
   "file": "recipe-newfile-ssh.json",
   "purpose": "Push newly written files to a remote server.",
   "trigger": "localFileTrigger",
   "action": "ssh",
   "tags": [
    "n8n",
    "workflow",
    "newfile",
    "ssh"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-stripe-2",
   "kind": "recipe",
   "title": "Webhook to Stripe",
   "price": 0.99,
   "file": "recipe-webhook-stripe-2.json",
   "purpose": "Create a Stripe customer or charge from a webhook.",
   "trigger": "webhook",
   "action": "stripe",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "stripe"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-notion",
   "kind": "recipe",
   "title": "Sales in Notion",
   "price": 0.99,
   "file": "recipe-stripe-notion.json",
   "purpose": "Log each sale into a Notion database.",
   "trigger": "stripeTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-airtable",
   "kind": "recipe",
   "title": "Sales in Airtable",
   "price": 0.99,
   "file": "recipe-stripe-airtable.json",
   "purpose": "Record each sale in Airtable.",
   "trigger": "stripeTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-stripe-pipedrive",
   "kind": "recipe",
   "title": "Payment to deal stage",
   "price": 0.99,
   "file": "recipe-stripe-pipedrive.json",
   "purpose": "Advance a deal when its payment lands.",
   "trigger": "stripeTrigger",
   "action": "pipedrive",
   "tags": [
    "n8n",
    "workflow",
    "stripe",
    "pipedrive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-zendesk",
   "kind": "recipe",
   "title": "Webhook to Zendesk ticket",
   "price": 0.99,
   "file": "recipe-webhook-zendesk.json",
   "purpose": "Open a Zendesk ticket from a webhook.",
   "trigger": "webhook",
   "action": "zendesk",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "zendesk"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-freshdesk",
   "kind": "recipe",
   "title": "Webhook to Freshdesk",
   "price": 0.99,
   "file": "recipe-webhook-freshdesk.json",
   "purpose": "Open a Freshdesk ticket from a webhook.",
   "trigger": "webhook",
   "action": "freshdesk",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "freshdesk"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-zendesk-slack-2",
   "kind": "recipe",
   "title": "Ticket alert to Slack",
   "price": 0.99,
   "file": "recipe-zendesk-slack-2.json",
   "purpose": "Announce new support tickets in Slack.",
   "trigger": "zendeskTrigger",
   "action": "slack",
   "tags": [
    "n8n",
    "workflow",
    "zendesk",
    "slack"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-helpscout-teams",
   "kind": "recipe",
   "title": "Ticket alert to Teams",
   "price": 0.99,
   "file": "recipe-helpscout-teams.json",
   "purpose": "Announce Help Scout tickets in Teams.",
   "trigger": "helpScoutTrigger",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "helpscout",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-intercom",
   "kind": "recipe",
   "title": "Scheduled Intercom message",
   "price": 0.99,
   "file": "recipe-schedule-intercom.json",
   "purpose": "Send a recurring Intercom message on a schedule.",
   "trigger": "scheduleTrigger",
   "action": "intercom",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "intercom"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-intercom",
   "kind": "recipe",
   "title": "Webhook to Intercom",
   "price": 0.99,
   "file": "recipe-webhook-intercom.json",
   "purpose": "Create an Intercom message from a webhook.",
   "trigger": "webhook",
   "action": "intercom",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "intercom"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mailchimp-notion",
   "kind": "recipe",
   "title": "Audience in Notion",
   "price": 0.99,
   "file": "recipe-mailchimp-notion.json",
   "purpose": "File new subscribers as Notion pages.",
   "trigger": "mailchimpTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "mailchimp",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-typeform-airtable",
   "kind": "recipe",
   "title": "Survey to Airtable",
   "price": 0.99,
   "file": "recipe-typeform-airtable.json",
   "purpose": "Store survey responses in Airtable.",
   "trigger": "typeformTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "typeform",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-jotform-airtable",
   "kind": "recipe",
   "title": "Form to Airtable",
   "price": 0.99,
   "file": "recipe-jotform-airtable.json",
   "purpose": "Store JotForm entries in Airtable.",
   "trigger": "jotFormTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "jotform",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-formstack-notion",
   "kind": "recipe",
   "title": "Form to Notion",
   "price": 0.99,
   "file": "recipe-formstack-notion.json",
   "purpose": "File Formstack entries as Notion pages.",
   "trigger": "formstackTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "formstack",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rss-notion",
   "kind": "recipe",
   "title": "Feed items to Notion",
   "price": 0.99,
   "file": "recipe-rss-notion.json",
   "purpose": "Save new feed items as Notion pages.",
   "trigger": "rssFeedReadTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rss-telegram",
   "kind": "recipe",
   "title": "Feed alerts to Telegram",
   "price": 0.99,
   "file": "recipe-rss-telegram.json",
   "purpose": "Push new feed items to Telegram.",
   "trigger": "rssFeedReadTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rss-airtable",
   "kind": "recipe",
   "title": "Feed archive",
   "price": 0.99,
   "file": "recipe-rss-airtable.json",
   "purpose": "Archive feed items in Airtable.",
   "trigger": "rssFeedReadTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webflow-airtable",
   "kind": "recipe",
   "title": "CMS to Airtable",
   "price": 0.99,
   "file": "recipe-webflow-airtable.json",
   "purpose": "Mirror CMS changes into Airtable.",
   "trigger": "webflowTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "webflow",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-medium-notion",
   "kind": "recipe",
   "title": "Article archive",
   "price": 0.99,
   "file": "recipe-medium-notion.json",
   "purpose": "Archive published articles to Google Drive.",
   "trigger": "rssFeedReadTrigger",
   "action": "googleDrive",
   "tags": [
    "n8n",
    "workflow",
    "rss",
    "drive"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-acuity-telegram",
   "kind": "recipe",
   "title": "Booking alert to Telegram",
   "price": 0.99,
   "file": "recipe-acuity-telegram.json",
   "purpose": "Push new bookings to Telegram.",
   "trigger": "acuitySchedulingTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "acuity",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-cal-telegram",
   "kind": "recipe",
   "title": "Booking alert to Telegram",
   "price": 0.99,
   "file": "recipe-cal-telegram.json",
   "purpose": "Push Cal.com bookings to Telegram.",
   "trigger": "calTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "cal",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-cal-gmail",
   "kind": "recipe",
   "title": "Booking confirmation email",
   "price": 0.99,
   "file": "recipe-cal-gmail.json",
   "purpose": "Confirm Cal.com bookings by email.",
   "trigger": "calTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "cal",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-calendly-notion",
   "kind": "recipe",
   "title": "Booking log in Notion",
   "price": 0.99,
   "file": "recipe-calendly-notion.json",
   "purpose": "Log bookings into a Notion database.",
   "trigger": "calendlyTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "calendly",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-calendly-airtable",
   "kind": "recipe",
   "title": "Booking log in Airtable",
   "price": 0.99,
   "file": "recipe-calendly-airtable.json",
   "purpose": "Log bookings in Airtable.",
   "trigger": "calendlyTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "calendly",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-acuity-gmail",
   "kind": "recipe",
   "title": "Booking confirmation email",
   "price": 0.99,
   "file": "recipe-acuity-gmail.json",
   "purpose": "Confirm Acuity bookings by email.",
   "trigger": "acuitySchedulingTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "acuity",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-postgres",
   "kind": "recipe",
   "title": "Scheduled database job",
   "price": 0.99,
   "file": "recipe-schedule-postgres.json",
   "purpose": "Run a recurring database task on a schedule.",
   "trigger": "scheduleTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-airtable",
   "kind": "recipe",
   "title": "Scheduled Airtable sweep",
   "price": 0.99,
   "file": "recipe-schedule-airtable.json",
   "purpose": "Sweep stale Airtable records on a schedule.",
   "trigger": "scheduleTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-notion",
   "kind": "recipe",
   "title": "Scheduled Notion sync",
   "price": 0.99,
   "file": "recipe-schedule-notion.json",
   "purpose": "Sync Notion content on a schedule.",
   "trigger": "scheduleTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-telegram",
   "kind": "recipe",
   "title": "Scheduled Telegram digest",
   "price": 0.99,
   "file": "recipe-schedule-telegram.json",
   "purpose": "Send a recurring digest to Telegram.",
   "trigger": "scheduleTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-s3",
   "kind": "recipe",
   "title": "Scheduled backup to S3",
   "price": 0.99,
   "file": "recipe-schedule-s3.json",
   "purpose": "Run a recurring backup into S3.",
   "trigger": "scheduleTrigger",
   "action": "awsS3",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "s3"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-mongo",
   "kind": "recipe",
   "title": "Scheduled Mongo job",
   "price": 0.99,
   "file": "recipe-schedule-mongo.json",
   "purpose": "Run a recurring MongoDB task.",
   "trigger": "scheduleTrigger",
   "action": "mongoDb",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "mongo"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-ssh",
   "kind": "recipe",
   "title": "Scheduled server job",
   "price": 0.99,
   "file": "recipe-schedule-ssh.json",
   "purpose": "Run a recurring command on a server.",
   "trigger": "scheduleTrigger",
   "action": "ssh",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "ssh"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-amqp-postgres",
   "kind": "recipe",
   "title": "AMQP to Postgres",
   "price": 0.99,
   "file": "recipe-amqp-postgres.json",
   "purpose": "Persist AMQP messages into Postgres.",
   "trigger": "amqpTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "amqp",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-rabbitmq-postgres",
   "kind": "recipe",
   "title": "Queue to Postgres",
   "price": 0.99,
   "file": "recipe-rabbitmq-postgres.json",
   "purpose": "Drain a RabbitMQ queue into Postgres.",
   "trigger": "rabbitmqTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "rabbitmq",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-teams",
   "kind": "recipe",
   "title": "Sensor alert to Teams",
   "price": 0.99,
   "file": "recipe-mqtt-teams.json",
   "purpose": "Post sensor alerts into Microsoft Teams.",
   "trigger": "mqttTrigger",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-redis",
   "kind": "recipe",
   "title": "Telemetry to Redis",
   "price": 0.99,
   "file": "recipe-mqtt-redis.json",
   "purpose": "Buffer telemetry in Redis.",
   "trigger": "mqttTrigger",
   "action": "redis",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "redis"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-awssns-postgres",
   "kind": "recipe",
   "title": "SNS to Postgres",
   "price": 0.99,
   "file": "recipe-awssns-postgres.json",
   "purpose": "Store SNS notifications in Postgres.",
   "trigger": "awsSnsTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "awssns",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-sse-postgres",
   "kind": "recipe",
   "title": "Event stream to Postgres",
   "price": 0.99,
   "file": "recipe-sse-postgres.json",
   "purpose": "Persist an event stream into Postgres.",
   "trigger": "sseTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "sse",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-onfleet-gmail",
   "kind": "recipe",
   "title": "Customer delivery email",
   "price": 0.99,
   "file": "recipe-onfleet-gmail.json",
   "purpose": "Email a customer about their delivery.",
   "trigger": "onfleetTrigger",
   "action": "gmail",
   "tags": [
    "n8n",
    "workflow",
    "onfleet",
    "gmail"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-dhl",
   "kind": "recipe",
   "title": "Webhook to shipping API",
   "price": 0.99,
   "file": "recipe-webhook-dhl.json",
   "purpose": "Create a shipment from a webhook.",
   "trigger": "webhook",
   "action": "dhl",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "dhl"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-kobotoolbox-postgres",
   "kind": "recipe",
   "title": "Field data to Postgres",
   "price": 0.99,
   "file": "recipe-kobotoolbox-postgres.json",
   "purpose": "Store field data submissions in Postgres.",
   "trigger": "koBoToolboxTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "koBoToolbox",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-notion-2",
   "kind": "recipe",
   "title": "Request to Notion tracker",
   "price": 0.99,
   "file": "recipe-form-notion-2.json",
   "purpose": "Track service requests as Notion pages.",
   "trigger": "formTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-form-airtable",
   "kind": "recipe",
   "title": "Request to Airtable board",
   "price": 0.99,
   "file": "recipe-form-airtable.json",
   "purpose": "Track service requests in Airtable.",
   "trigger": "formTrigger",
   "action": "airtable",
   "tags": [
    "n8n",
    "workflow",
    "form",
    "airtable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-gcal",
   "kind": "recipe",
   "title": "Webhook to Google Calendar",
   "price": 0.99,
   "file": "recipe-webhook-gcal.json",
   "purpose": "Create a calendar event from a webhook.",
   "trigger": "webhook",
   "action": "googleCalendar",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "gcal"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-homeassistant",
   "kind": "recipe",
   "title": "Webhook to smart home",
   "price": 0.99,
   "file": "recipe-webhook-homeassistant.json",
   "purpose": "Trigger a smart-home action from a webhook.",
   "trigger": "webhook",
   "action": "homeAssistant",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "homeassistant"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-homeassistant-postgres",
   "kind": "recipe",
   "title": "Smart home log",
   "price": 0.99,
   "file": "recipe-homeassistant-postgres.json",
   "purpose": "Record smart-home events in Postgres.",
   "trigger": "webhook",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-mqtt-homeassistant",
   "kind": "recipe",
   "title": "Sensor to smart home",
   "price": 0.99,
   "file": "recipe-mqtt-homeassistant.json",
   "purpose": "Drive smart-home devices from MQTT telemetry.",
   "trigger": "mqttTrigger",
   "action": "homeAssistant",
   "tags": [
    "n8n",
    "workflow",
    "mqtt",
    "homeassistant"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-github-notion",
   "kind": "recipe",
   "title": "Release notes tracker",
   "price": 0.99,
   "file": "recipe-github-notion.json",
   "purpose": "Track releases and changes in Notion.",
   "trigger": "githubTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "github",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-github-teams",
   "kind": "recipe",
   "title": "Repo activity to Teams",
   "price": 0.99,
   "file": "recipe-github-teams.json",
   "purpose": "Post repository activity into Teams.",
   "trigger": "githubTrigger",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "github",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-github-discord",
   "kind": "recipe",
   "title": "Repo activity to Discord",
   "price": 0.99,
   "file": "recipe-github-discord.json",
   "purpose": "Post repository activity into Discord.",
   "trigger": "githubTrigger",
   "action": "discord",
   "tags": [
    "n8n",
    "workflow",
    "github",
    "discord"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-gitlab-teams",
   "kind": "recipe",
   "title": "GitLab events to Teams",
   "price": 0.99,
   "file": "recipe-gitlab-teams.json",
   "purpose": "Post GitLab events into Teams.",
   "trigger": "gitlabTrigger",
   "action": "microsoftTeams",
   "tags": [
    "n8n",
    "workflow",
    "gitlab",
    "teams"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-netlify-telegram",
   "kind": "recipe",
   "title": "Deploy notice to Telegram",
   "price": 0.99,
   "file": "recipe-netlify-telegram.json",
   "purpose": "Notify Telegram on every deploy.",
   "trigger": "netlifyTrigger",
   "action": "telegram",
   "tags": [
    "n8n",
    "workflow",
    "netlify",
    "telegram"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-exec",
   "kind": "recipe",
   "title": "Webhook to server command",
   "price": 0.99,
   "file": "recipe-webhook-exec.json",
   "purpose": "Run a local command from a webhook.",
   "trigger": "webhook",
   "action": "executeCommand",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "exec"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-schedule-exec",
   "kind": "recipe",
   "title": "Scheduled server command",
   "price": 0.99,
   "file": "recipe-schedule-exec.json",
   "purpose": "Run a recurring local command.",
   "trigger": "scheduleTrigger",
   "action": "executeCommand",
   "tags": [
    "n8n",
    "workflow",
    "schedule",
    "exec"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-postgres",
   "kind": "recipe",
   "title": "Failure ledger",
   "price": 0.99,
   "file": "recipe-error-postgres.json",
   "purpose": "Record workflow failures in Postgres.",
   "trigger": "errorTrigger",
   "action": "postgres",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "postgres"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-error-notion",
   "kind": "recipe",
   "title": "Failure log in Notion",
   "price": 0.99,
   "file": "recipe-error-notion.json",
   "purpose": "Log workflow failures into Notion.",
   "trigger": "errorTrigger",
   "action": "notion",
   "tags": [
    "n8n",
    "workflow",
    "error",
    "notion"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-datatable",
   "kind": "recipe",
   "title": "Webhook to internal table",
   "price": 0.99,
   "file": "recipe-webhook-datatable.json",
   "purpose": "Write a webhook payload to an n8n internal table.",
   "trigger": "webhook",
   "action": "dataTable",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "datatable"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-jwt",
   "kind": "recipe",
   "title": "Webhook to signed token",
   "price": 0.99,
   "file": "recipe-webhook-jwt.json",
   "purpose": "Issue a signed token from a webhook.",
   "trigger": "webhook",
   "action": "jwt",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "jwt"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-code",
   "kind": "recipe",
   "title": "Webhook with custom logic",
   "price": 0.99,
   "file": "recipe-webhook-code.json",
   "purpose": "Transform a payload with arbitrary code before returning it.",
   "trigger": "webhook",
   "action": "code",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "code"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-filter",
   "kind": "recipe",
   "title": "Webhook with a filter",
   "price": 0.99,
   "file": "recipe-webhook-filter.json",
   "purpose": "Forward only payloads that match a condition.",
   "trigger": "webhook",
   "action": "filter",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "filter"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-switch",
   "kind": "recipe",
   "title": "Webhook with routing",
   "price": 0.99,
   "file": "recipe-webhook-switch.json",
   "purpose": "Route a payload down different branches by a value.",
   "trigger": "webhook",
   "action": "switch",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "switch"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-sort",
   "kind": "recipe",
   "title": "Webhook with sorting",
   "price": 0.99,
   "file": "recipe-webhook-sort.json",
   "purpose": "Sort list payloads before passing them on.",
   "trigger": "webhook",
   "action": "sort",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "sort"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-dedupe",
   "kind": "recipe",
   "title": "Webhook with de-duplication",
   "price": 0.99,
   "file": "recipe-webhook-dedupe.json",
   "purpose": "Drop duplicate records from a payload.",
   "trigger": "webhook",
   "action": "removeDuplicates",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "dedupe"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-compress",
   "kind": "recipe",
   "title": "Webhook with compression",
   "price": 0.99,
   "file": "recipe-webhook-compress.json",
   "purpose": "Compress payloads before handing them on.",
   "trigger": "webhook",
   "action": "compression",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "compress"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-markdown",
   "kind": "recipe",
   "title": "Webhook to Markdown",
   "price": 0.99,
   "file": "recipe-webhook-markdown.json",
   "purpose": "Render a payload into Markdown.",
   "trigger": "webhook",
   "action": "markdown",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "markdown"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-html",
   "kind": "recipe",
   "title": "Webhook to HTML",
   "price": 0.99,
   "file": "recipe-webhook-html.json",
   "purpose": "Render a payload into an HTML fragment.",
   "trigger": "webhook",
   "action": "html",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "html"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-xml",
   "kind": "recipe",
   "title": "Webhook to XML",
   "price": 0.99,
   "file": "recipe-webhook-xml.json",
   "purpose": "Convert a JSON payload to XML.",
   "trigger": "webhook",
   "action": "xml",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "xml"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-crypto",
   "kind": "recipe",
   "title": "Webhook with signing",
   "price": 0.99,
   "file": "recipe-webhook-crypto.json",
   "purpose": "Sign a payload cryptographically before sending it on.",
   "trigger": "webhook",
   "action": "crypto",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "crypto"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "recipe-webhook-transform-ai",
   "kind": "recipe",
   "title": "Webhook with AI transform",
   "price": 0.99,
   "file": "recipe-webhook-transform-ai.json",
   "purpose": "Reshape or summarise a payload with an AI transform node.",
   "trigger": "webhook",
   "action": "aiTransform",
   "tags": [
    "n8n",
    "workflow",
    "webhook",
    "aitransform"
   ],
   "deliver": "Importable n8n workflow JSON, delivered inline.",
   "sector": "Automation"
  },
  {
   "id": "prompts-clinic",
   "kind": "prompt_pack",
   "title": "Healthcare clinic prompt pack",
   "price": 1.99,
   "file": "prompts-clinic.md",
   "purpose": "Patient-facing automation for a clinic.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "clinic"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Healthcare clinic"
  },
  {
   "id": "prompts-restaurant",
   "kind": "prompt_pack",
   "title": "Restaurant prompt pack",
   "price": 1.99,
   "file": "prompts-restaurant.md",
   "purpose": "Front-of-house messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "restaurant"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Restaurant"
  },
  {
   "id": "prompts-realestate",
   "kind": "prompt_pack",
   "title": "Real estate prompt pack",
   "price": 1.99,
   "file": "prompts-realestate.md",
   "purpose": "Lead handling for agencies.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "realestate"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Real estate"
  },
  {
   "id": "prompts-ecommerce",
   "kind": "prompt_pack",
   "title": "E-commerce prompt pack",
   "price": 1.99,
   "file": "prompts-ecommerce.md",
   "purpose": "Store operations.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "ecommerce"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "E-commerce"
  },
  {
   "id": "prompts-agency",
   "kind": "prompt_pack",
   "title": "Agency and services prompt pack",
   "price": 1.99,
   "file": "prompts-agency.md",
   "purpose": "Client-facing communication.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "agency"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Agency and services"
  },
  {
   "id": "prompts-support",
   "kind": "prompt_pack",
   "title": "Customer support prompt pack",
   "price": 1.99,
   "file": "prompts-support.md",
   "purpose": "Ticket handling.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "support"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Customer support"
  },
  {
   "id": "prompts-hr",
   "kind": "prompt_pack",
   "title": "HR and recruiting prompt pack",
   "price": 1.99,
   "file": "prompts-hr.md",
   "purpose": "Hiring workflow.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "hr"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "HR and recruiting"
  },
  {
   "id": "prompts-education",
   "kind": "prompt_pack",
   "title": "Education prompt pack",
   "price": 1.99,
   "file": "prompts-education.md",
   "purpose": "Teaching and admin.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "education"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Education"
  },
  {
   "id": "prompts-finance",
   "kind": "prompt_pack",
   "title": "Finance and admin prompt pack",
   "price": 1.99,
   "file": "prompts-finance.md",
   "purpose": "Back-office automation.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "finance"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Finance and admin"
  },
  {
   "id": "prompts-logistics",
   "kind": "prompt_pack",
   "title": "Logistics prompt pack",
   "price": 1.99,
   "file": "prompts-logistics.md",
   "purpose": "Shipment and fleet messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "logistics"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Logistics"
  },
  {
   "id": "prompts-manufacturing",
   "kind": "prompt_pack",
   "title": "Manufacturing prompt pack",
   "price": 1.99,
   "file": "prompts-manufacturing.md",
   "purpose": "Shop-floor automation.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "manufacturing"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Manufacturing"
  },
  {
   "id": "prompts-robotics",
   "kind": "prompt_pack",
   "title": "Robotics prompt pack",
   "price": 1.99,
   "file": "prompts-robotics.md",
   "purpose": "Fleet and ROS 2 operations.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "robotics"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Robotics"
  },
  {
   "id": "prompts-energy",
   "kind": "prompt_pack",
   "title": "Energy and utilities prompt pack",
   "price": 1.99,
   "file": "prompts-energy.md",
   "purpose": "Monitoring automation.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "energy"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Energy and utilities"
  },
  {
   "id": "prompts-legal",
   "kind": "prompt_pack",
   "title": "Legal ops prompt pack",
   "price": 1.99,
   "file": "prompts-legal.md",
   "purpose": "Non-advisory document handling.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "legal"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Legal ops"
  },
  {
   "id": "prompts-media",
   "kind": "prompt_pack",
   "title": "Media and content prompt pack",
   "price": 1.99,
   "file": "prompts-media.md",
   "purpose": "Editorial workflow.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "media"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Media and content"
  },
  {
   "id": "prompts-property_mgmt",
   "kind": "prompt_pack",
   "title": "Property management prompt pack",
   "price": 1.99,
   "file": "prompts-property_mgmt.md",
   "purpose": "Tenant and maintenance messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "property_mgmt"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Property management"
  },
  {
   "id": "prompts-construction",
   "kind": "prompt_pack",
   "title": "Construction prompt pack",
   "price": 1.99,
   "file": "prompts-construction.md",
   "purpose": "Site and subcontractor coordination.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "construction"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Construction"
  },
  {
   "id": "prompts-insurance",
   "kind": "prompt_pack",
   "title": "Insurance prompt pack",
   "price": 1.99,
   "file": "prompts-insurance.md",
   "purpose": "Claims and policy handling.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "insurance"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Insurance"
  },
  {
   "id": "prompts-banking",
   "kind": "prompt_pack",
   "title": "Banking and fintech prompt pack",
   "price": 1.99,
   "file": "prompts-banking.md",
   "purpose": "Transaction and customer messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "banking"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Banking and fintech"
  },
  {
   "id": "prompts-hospitality",
   "kind": "prompt_pack",
   "title": "Hospitality and hotels prompt pack",
   "price": 1.99,
   "file": "prompts-hospitality.md",
   "purpose": "Guest communication.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "hospitality"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Hospitality and hotels"
  },
  {
   "id": "prompts-fitness",
   "kind": "prompt_pack",
   "title": "Fitness and wellness prompt pack",
   "price": 1.99,
   "file": "prompts-fitness.md",
   "purpose": "Member engagement.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "fitness"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Fitness and wellness"
  },
  {
   "id": "prompts-automotive",
   "kind": "prompt_pack",
   "title": "Automotive prompt pack",
   "price": 1.99,
   "file": "prompts-automotive.md",
   "purpose": "Workshop and service messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "automotive"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Automotive"
  },
  {
   "id": "prompts-agriculture",
   "kind": "prompt_pack",
   "title": "Agriculture prompt pack",
   "price": 1.99,
   "file": "prompts-agriculture.md",
   "purpose": "Field and supply messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "agriculture"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Agriculture"
  },
  {
   "id": "prompts-pharma",
   "kind": "prompt_pack",
   "title": "Pharma and labs prompt pack",
   "price": 1.99,
   "file": "prompts-pharma.md",
   "purpose": "Controlled documentation.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "pharma"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Pharma and labs"
  },
  {
   "id": "prompts-nonprofit",
   "kind": "prompt_pack",
   "title": "Nonprofit prompt pack",
   "price": 1.99,
   "file": "prompts-nonprofit.md",
   "purpose": "Donor and volunteer messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "nonprofit"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Nonprofit"
  },
  {
   "id": "prompts-security",
   "kind": "prompt_pack",
   "title": "Security prompt pack",
   "price": 1.99,
   "file": "prompts-security.md",
   "purpose": "Incident and access handling.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "security"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Security"
  },
  {
   "id": "prompts-it_ops",
   "kind": "prompt_pack",
   "title": "IT operations prompt pack",
   "price": 1.99,
   "file": "prompts-it_ops.md",
   "purpose": "Runbooks and alerts.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "it_ops"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "IT operations"
  },
  {
   "id": "prompts-sales",
   "kind": "prompt_pack",
   "title": "Sales prompt pack",
   "price": 1.99,
   "file": "prompts-sales.md",
   "purpose": "Pipeline messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "sales"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Sales"
  },
  {
   "id": "prompts-procurement",
   "kind": "prompt_pack",
   "title": "Procurement prompt pack",
   "price": 1.99,
   "file": "prompts-procurement.md",
   "purpose": "Supplier handling.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "procurement"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Procurement"
  },
  {
   "id": "prompts-travel",
   "kind": "prompt_pack",
   "title": "Travel prompt pack",
   "price": 1.99,
   "file": "prompts-travel.md",
   "purpose": "Itinerary and guest messaging.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "travel"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Travel"
  },
  {
   "id": "prompts-callcenter",
   "kind": "prompt_pack",
   "title": "Call centre prompt pack",
   "price": 1.99,
   "file": "prompts-callcenter.md",
   "purpose": "Contact handling.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "callcenter"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Call centre"
  },
  {
   "id": "prompts-procurement2",
   "kind": "prompt_pack",
   "title": "Warehouse prompt pack",
   "price": 1.99,
   "file": "prompts-procurement2.md",
   "purpose": "Stock and picking.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "procurement2"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Warehouse"
  },
  {
   "id": "prompts-events",
   "kind": "prompt_pack",
   "title": "Events prompt pack",
   "price": 1.99,
   "file": "prompts-events.md",
   "purpose": "Attendee communication.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "events"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Events"
  },
  {
   "id": "prompts-publishing",
   "kind": "prompt_pack",
   "title": "Publishing prompt pack",
   "price": 1.99,
   "file": "prompts-publishing.md",
   "purpose": "Editorial pipeline.",
   "prompts": 4,
   "tags": [
    "prompts",
    "llm",
    "publishing"
   ],
   "deliver": "4 working system prompts, delivered inline.",
   "sector": "Publishing"
  },
  {
   "id": "prompts-dental",
   "kind": "prompt_pack",
   "title": "Dental practice prompt pack",
   "price": 1.99,
   "file": "prompts-dental.md",
   "purpose": "Front-desk and recall messaging for a dental practice.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "dental"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Dental practice"
  },
  {
   "id": "prompts-veterinary",
   "kind": "prompt_pack",
   "title": "Veterinary clinic prompt pack",
   "price": 1.99,
   "file": "prompts-veterinary.md",
   "purpose": "Client communication for a veterinary clinic.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "veterinary"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Veterinary clinic"
  },
  {
   "id": "prompts-pharmacy",
   "kind": "prompt_pack",
   "title": "Pharmacy retail prompt pack",
   "price": 1.99,
   "file": "prompts-pharmacy.md",
   "purpose": "Counter and back-office messaging for a retail pharmacy.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "pharmacy"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Pharmacy retail"
  },
  {
   "id": "prompts-childcare",
   "kind": "prompt_pack",
   "title": "Childcare and daycare prompt pack",
   "price": 1.99,
   "file": "prompts-childcare.md",
   "purpose": "Parent communication for a childcare centre.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "childcare"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Childcare and daycare"
  },
  {
   "id": "prompts-tutoring",
   "kind": "prompt_pack",
   "title": "Tutoring and learning centre prompt pack",
   "price": 1.99,
   "file": "prompts-tutoring.md",
   "purpose": "Messaging for a tutoring centre.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "tutoring"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Tutoring and learning centre"
  },
  {
   "id": "prompts-coworking",
   "kind": "prompt_pack",
   "title": "Coworking space prompt pack",
   "price": 1.99,
   "file": "prompts-coworking.md",
   "purpose": "Member communication for a coworking space.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "coworking"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Coworking space"
  },
  {
   "id": "prompts-cleaning",
   "kind": "prompt_pack",
   "title": "Cleaning services prompt pack",
   "price": 1.99,
   "file": "prompts-cleaning.md",
   "purpose": "Client messaging for a cleaning company.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "cleaning"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Cleaning services"
  },
  {
   "id": "prompts-landscaping",
   "kind": "prompt_pack",
   "title": "Landscaping and grounds prompt pack",
   "price": 1.99,
   "file": "prompts-landscaping.md",
   "purpose": "Client messaging for a landscaping business.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "landscaping"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Landscaping and grounds"
  },
  {
   "id": "prompts-trades",
   "kind": "prompt_pack",
   "title": "Plumbing and HVAC trades prompt pack",
   "price": 1.99,
   "file": "prompts-trades.md",
   "purpose": "Dispatch and customer messaging for plumbing/HVAC trades.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "trades"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Plumbing and HVAC trades"
  },
  {
   "id": "prompts-solar",
   "kind": "prompt_pack",
   "title": "Solar installation prompt pack",
   "price": 1.99,
   "file": "prompts-solar.md",
   "purpose": "Customer messaging for a solar installer.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "solar"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Solar installation"
  },
  {
   "id": "prompts-telecom",
   "kind": "prompt_pack",
   "title": "Telecom provider prompt pack",
   "price": 1.99,
   "file": "prompts-telecom.md",
   "purpose": "Subscriber messaging for a telecom provider.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "telecom"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Telecom provider"
  },
  {
   "id": "prompts-isp",
   "kind": "prompt_pack",
   "title": "ISP support prompt pack",
   "price": 1.99,
   "file": "prompts-isp.md",
   "purpose": "Technical support messaging for an internet service provider.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "isp"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "ISP support"
  },
  {
   "id": "prompts-esports",
   "kind": "prompt_pack",
   "title": "Gaming and esports prompt pack",
   "price": 1.99,
   "file": "prompts-esports.md",
   "purpose": "Community and event messaging for an esports organisation.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "esports"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Gaming and esports"
  },
  {
   "id": "prompts-audio",
   "kind": "prompt_pack",
   "title": "Music and audio production prompt pack",
   "price": 1.99,
   "file": "prompts-audio.md",
   "purpose": "Studio and client messaging for an audio production house.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "audio"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Music and audio production"
  },
  {
   "id": "prompts-podcast",
   "kind": "prompt_pack",
   "title": "Podcasting prompt pack",
   "price": 1.99,
   "file": "prompts-podcast.md",
   "purpose": "Production and promotion messaging for a podcast.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "podcast"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Podcasting"
  },
  {
   "id": "prompts-photo",
   "kind": "prompt_pack",
   "title": "Photography studio prompt pack",
   "price": 1.99,
   "file": "prompts-photo.md",
   "purpose": "Client messaging for a photography studio.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "photo"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Photography studio"
  },
  {
   "id": "prompts-wedding",
   "kind": "prompt_pack",
   "title": "Wedding planning prompt pack",
   "price": 1.99,
   "file": "prompts-wedding.md",
   "purpose": "Vendor and couple messaging for a wedding planner.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "wedding"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Wedding planning"
  },
  {
   "id": "prompts-funeral",
   "kind": "prompt_pack",
   "title": "Funeral services prompt pack",
   "price": 1.99,
   "file": "prompts-funeral.md",
   "purpose": "Family-facing messaging for a funeral director.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "funeral"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Funeral services"
  },
  {
   "id": "prompts-faith",
   "kind": "prompt_pack",
   "title": "Religious organisation prompt pack",
   "price": 1.99,
   "file": "prompts-faith.md",
   "purpose": "Congregation messaging for a religious organisation.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "faith"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Religious organisation"
  },
  {
   "id": "prompts-sports",
   "kind": "prompt_pack",
   "title": "Sports club prompt pack",
   "price": 1.99,
   "file": "prompts-sports.md",
   "purpose": "Member messaging for a sports club.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "sports"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Sports club"
  },
  {
   "id": "prompts-museum",
   "kind": "prompt_pack",
   "title": "Museum and gallery prompt pack",
   "price": 1.99,
   "file": "prompts-museum.md",
   "purpose": "Visitor messaging for a museum or gallery.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "museum"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Museum and gallery"
  },
  {
   "id": "prompts-library",
   "kind": "prompt_pack",
   "title": "Library prompt pack",
   "price": 1.99,
   "file": "prompts-library.md",
   "purpose": "Patron messaging for a library.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "library"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Library"
  },
  {
   "id": "prompts-gov",
   "kind": "prompt_pack",
   "title": "Government services prompt pack",
   "price": 1.99,
   "file": "prompts-gov.md",
   "purpose": "Citizen-facing messaging for a public service office.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "gov"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Government services"
  },
  {
   "id": "prompts-tax",
   "kind": "prompt_pack",
   "title": "Tax accounting prompt pack",
   "price": 1.99,
   "file": "prompts-tax.md",
   "purpose": "Client messaging for a tax accounting practice.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "tax"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Tax accounting"
  },
  {
   "id": "prompts-bookkeeping",
   "kind": "prompt_pack",
   "title": "Bookkeeping and payroll prompt pack",
   "price": 1.99,
   "file": "prompts-bookkeeping.md",
   "purpose": "Routine messaging for a bookkeeping and payroll service.",
   "prompts": 6,
   "tags": [
    "prompts",
    "llm",
    "bookkeeping"
   ],
   "deliver": "6 working system prompts, delivered inline.",
   "sector": "Bookkeeping and payroll"
  },
  {
   "id": "schema-lead",
   "kind": "schema",
   "title": "Lead record",
   "price": 1.49,
   "file": "schema-lead.json",
   "purpose": "One qualified lead.",
   "tags": [
    "json-schema",
    "structured-output",
    "lead"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-order",
   "kind": "schema",
   "title": "Commerce order",
   "price": 1.49,
   "file": "schema-order.json",
   "purpose": "A normalised order.",
   "tags": [
    "json-schema",
    "structured-output",
    "order"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-ticket",
   "kind": "schema",
   "title": "Support ticket",
   "price": 1.49,
   "file": "schema-ticket.json",
   "purpose": "A triaged ticket.",
   "tags": [
    "json-schema",
    "structured-output",
    "ticket"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-invoice",
   "kind": "schema",
   "title": "Invoice fields",
   "price": 1.49,
   "file": "schema-invoice.json",
   "purpose": "Extracted invoice data.",
   "tags": [
    "json-schema",
    "structured-output",
    "invoice"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-sensor",
   "kind": "schema",
   "title": "Sensor reading",
   "price": 1.49,
   "file": "schema-sensor.json",
   "purpose": "One telemetry sample.",
   "tags": [
    "json-schema",
    "structured-output",
    "sensor"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-appointment",
   "kind": "schema",
   "title": "Appointment",
   "price": 1.49,
   "file": "schema-appointment.json",
   "purpose": "A booked slot.",
   "tags": [
    "json-schema",
    "structured-output",
    "appointment"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-robot_task",
   "kind": "schema",
   "title": "Robot mission",
   "price": 1.49,
   "file": "schema-robot_task.json",
   "purpose": "A fleet task.",
   "tags": [
    "json-schema",
    "structured-output",
    "robot_task"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-obligation",
   "kind": "schema",
   "title": "Contract obligation",
   "price": 1.49,
   "file": "schema-obligation.json",
   "purpose": "One obligation as written.",
   "tags": [
    "json-schema",
    "structured-output",
    "obligation"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-brief",
   "kind": "schema",
   "title": "Content brief",
   "price": 1.49,
   "file": "schema-brief.json",
   "purpose": "An editorial brief.",
   "tags": [
    "json-schema",
    "structured-output",
    "brief"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-candidate",
   "kind": "schema",
   "title": "Candidate screen",
   "price": 1.49,
   "file": "schema-candidate.json",
   "purpose": "Screening verdict.",
   "tags": [
    "json-schema",
    "structured-output",
    "candidate"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-incident",
   "kind": "schema",
   "title": "Incident report",
   "price": 1.49,
   "file": "schema-incident.json",
   "purpose": "A structured incident.",
   "tags": [
    "json-schema",
    "structured-output",
    "incident"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-expense",
   "kind": "schema",
   "title": "Expense line",
   "price": 1.49,
   "file": "schema-expense.json",
   "purpose": "A categorised expense.",
   "tags": [
    "json-schema",
    "structured-output",
    "expense"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-shipment",
   "kind": "schema",
   "title": "Shipment",
   "price": 1.49,
   "file": "schema-shipment.json",
   "purpose": "A tracked shipment.",
   "tags": [
    "json-schema",
    "structured-output",
    "shipment"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-booking",
   "kind": "schema",
   "title": "Booking request",
   "price": 1.49,
   "file": "schema-booking.json",
   "purpose": "An inbound booking enquiry.",
   "tags": [
    "json-schema",
    "structured-output",
    "booking"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-claim",
   "kind": "schema",
   "title": "Insurance claim",
   "price": 1.49,
   "file": "schema-claim.json",
   "purpose": "Claim intake.",
   "tags": [
    "json-schema",
    "structured-output",
    "claim"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-alert",
   "kind": "schema",
   "title": "Infrastructure alert",
   "price": 1.49,
   "file": "schema-alert.json",
   "purpose": "A triaged alert.",
   "tags": [
    "json-schema",
    "structured-output",
    "alert"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-vuln",
   "kind": "schema",
   "title": "Vulnerability",
   "price": 1.49,
   "file": "schema-vuln.json",
   "purpose": "A triaged vulnerability.",
   "tags": [
    "json-schema",
    "structured-output",
    "vuln"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-stock",
   "kind": "schema",
   "title": "Stock alert",
   "price": 1.49,
   "file": "schema-stock.json",
   "purpose": "A reorder alert.",
   "tags": [
    "json-schema",
    "structured-output",
    "stock"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-maintenance",
   "kind": "schema",
   "title": "Maintenance ticket",
   "price": 1.49,
   "file": "schema-maintenance.json",
   "purpose": "A maintenance job.",
   "tags": [
    "json-schema",
    "structured-output",
    "maintenance"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "schema-call",
   "kind": "schema",
   "title": "Call summary",
   "price": 1.49,
   "file": "schema-call.json",
   "purpose": "A summarised call.",
   "tags": [
    "json-schema",
    "structured-output",
    "call"
   ],
   "deliver": "JSON Schema, delivered inline.",
   "sector": "Data"
  },
  {
   "id": "tool-automation-scan",
   "kind": "tool",
   "title": "Automation opportunity scan",
   "price": 2.99,
   "file": null,
   "purpose": "Name one workflow and get back where it can be automated, what to automate first, and what it would take.",
   "how": "GET /x402/item/tool-automation-scan?workflow=<description or url>",
   "tags": [
    "tool",
    "llm",
    "automation-scan"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  },
  {
   "id": "tool-sector-fit",
   "kind": "tool",
   "title": "Sector fit check",
   "price": 2.99,
   "file": null,
   "purpose": "Describe a business and receive the three highest-value automations for that sector, ranked by payback.",
   "how": "GET /x402/item/tool-sector-fit?business=<description>",
   "tags": [
    "tool",
    "llm",
    "sector-fit"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  },
  {
   "id": "tool-workflow-review",
   "kind": "tool",
   "title": "Workflow review",
   "price": 2.99,
   "file": null,
   "purpose": "Paste an n8n workflow JSON and get back correctness risks, missing error handling and concrete fixes.",
   "how": "GET /x402/item/tool-workflow-review?workflow_json=<...>",
   "tags": [
    "tool",
    "llm",
    "workflow-review"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  },
  {
   "id": "tool-integration-picker",
   "kind": "tool",
   "title": "Integration picker",
   "price": 2.99,
   "file": null,
   "purpose": "Name two systems and get the concrete n8n node types and credential requirements to connect them.",
   "how": "GET /x402/item/tool-integration-picker?from=<system>&to=<system>",
   "tags": [
    "tool",
    "llm",
    "integration-picker"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  },
  {
   "id": "tool-cost-estimate",
   "kind": "tool",
   "title": "Automation cost estimate",
   "price": 2.99,
   "file": null,
   "purpose": "Describe an automation and get an execution-count and hosting cost estimate with the assumptions stated.",
   "how": "GET /x402/item/tool-cost-estimate?workflow=<description>",
   "tags": [
    "tool",
    "llm",
    "cost-estimate"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  },
  {
   "id": "tool-schema-design",
   "kind": "tool",
   "title": "Schema design",
   "price": 2.99,
   "file": null,
   "purpose": "Describe the data you need to extract and receive a JSON Schema plus three example payloads.",
   "how": "GET /x402/item/tool-schema-design?need=<description>",
   "tags": [
    "tool",
    "llm",
    "schema-design"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  },
  {
   "id": "tool-prompt-review",
   "kind": "tool",
   "title": "Prompt review",
   "price": 2.99,
   "file": null,
   "purpose": "Submit a prompt and get back failure modes, ambiguity, missing constraints and a rewritten version.",
   "how": "GET /x402/item/tool-prompt-review?prompt=<text>",
   "tags": [
    "tool",
    "llm",
    "prompt-review"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  },
  {
   "id": "tool-sla-check",
   "kind": "tool",
   "title": "SLA and trust check",
   "price": 2.99,
   "file": null,
   "purpose": "Get our delivery SLAs, refund terms and checksum guarantees in a machine-readable form.",
   "how": "GET /x402/item/tool-sla-check",
   "tags": [
    "tool",
    "llm",
    "sla-check"
   ],
   "deliver": "A written answer, delivered inline.",
   "sector": "Tools"
  }
 ]
}