{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f520634c-d2e0-47a4-aab8-ed82650e18e9",
    "slug": "outbound-tools",
    "name": "Outbound Tools (Open Source Alternative To Lemlist, Instantly or Smartlead)",
    "description": "Outbound email tools to send, tag, and manage via lightweight IMAP/SMTP",
    "url": "https://railway.com/deploy/outbound-tools",
    "upstream": {
      "repo_url": "https://github.com/arnaudjnn/outbound-tools"
    }
  },
  "services": [
    {
      "name": "Outbound Tools",
      "source": {
        "repo": "https://github.com/arnaudjnn/outbound-tools"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "API_KEY",
      "service": "Outbound Tools",
      "description": "Auto-generated secret used to secure the MCP server URL endpoint via Bearer token authentication",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MAILPOOL_API_KEY",
      "service": "Outbound Tools",
      "description": "API key for email accounts access",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "outbound-tools"
      }
    },
    "cli": "railway deploy --template outbound-tools",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f520634c-d2e0-47a4-aab8-ed82650e18e9",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "acf53f76-842c-4d9d-8c73-81e7cec416a4": {
                  "icon": "https://unpkg.com/lucide-static@0.575.0/icons/mail.svg",
                  "name": "Outbound Tools",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/arnaudjnn/outbound-tools",
                    "rootDirectory": null
                  },
                  "variables": {
                    "API_KEY": {
                      "isOptional": false,
                      "description": "Auto-generated secret used to secure the MCP server URL endpoint via Bearer token authentication",
                      "defaultValue": "{{API_KEY}}"
                    },
                    "MAILPOOL_API_KEY": {
                      "isOptional": false,
                      "description": "API key for email accounts access",
                      "defaultValue": "{{MAILPOOL_API_KEY}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "API key for Claude model access",
                      "defaultValue": ""
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T18:25:41.586Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_31064cd234784c2a82bc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 76,
    "typical_build_seconds": 25,
    "typical_start_seconds": 10,
    "slowest_service": "Outbound Tools"
  }
}
