Templates

Workflow Templates

Reusable Stacksona workflow templates for n8n and other platforms.

Template library

TemplatePlatformsPurpose
AI Email Approvaln8n, Zapier, Make, customApprove AI-generated emails before send.
CRM Update Approvaln8n, Salesforce, HubSpot, MakeApprove customer or account mutations.
Refund Approvaln8n, custom, Make, GitHub Actions for ops scriptsApprove payment provider refund actions.
Support Reply Approvaln8n, Dify, Zendesk, Copilot StudioApprove customer-facing support responses.
Production API ApprovalNode, n8n, Make, custom RESTApprove external API calls in production.
Deployment ApprovalGitHub Actions, Node, custom CIApprove deploys, releases, and migrations.
Data Deletion ApprovalNode, Salesforce, n8n, custom RESTApprove destructive data operations.
Reviewer Revision FlowSDK, MCP server, n8nAllow reviewer feedback to revise a pending request.

Standard request fields

json
{
  "workflow_name": "Customer Support",
  "task_label": "Refund request for order #8821",
  "tool_name": "issue_refund",
  "subject": "Issue a $500 refund to customer cus_99",
  "preview": "Agent proposes a refund because shipment has no tracking movement.",
  "risk_level": "high",
  "summary": [
    "Customer requested refund",
    "Order placed 14 days ago",
    "No tracking movement found"
  ],
  "payload": {
    "amount": 500,
    "currency": "usd",
    "customer_id": "cus_99"
  }
}