{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3b298b9c-f171-480e-8c74-00536043f1e0",
    "slug": "E2MZIp",
    "name": "Slack Activity Alerts",
    "description": "Send regular alerts about how many Slack messages you've sent per day/week",
    "url": "https://railway.com/deploy/E2MZIp"
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "slack-activity-alerts",
      "source": {
        "repo": "https://github.com/SkyfallWasTaken/slack-activity-alerts"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "bitnami/redis:7.2.5"
      },
      "needs_volume": true,
      "volume_mount_path": "/bitnami",
      "tcp_ports": [
        6379
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "CRON",
      "service": "slack-activity-alerts",
      "description": "Cron schedule for when to run the bot. Defaults to running at 11:59pm every day.",
      "secret": false,
      "strategy": "default",
      "default": "59 23 * * *"
    },
    {
      "key": "TIMEZONE",
      "service": "slack-activity-alerts",
      "description": "e.g. Europe/London",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDIS_URL",
      "service": "slack-activity-alerts",
      "description": "Redis URL for persistence.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SLACK_XOXC",
      "service": "slack-activity-alerts",
      "description": "Get this from DevTools",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_XOXD",
      "service": "slack-activity-alerts",
      "description": "Get this from cookies",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_OWNER_ID",
      "service": "slack-activity-alerts",
      "description": "What's your user ID?",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_WORKSPACE",
      "service": "slack-activity-alerts",
      "description": "Your Slack workspace (e.g. \"monzo\" or \"hackclub\")",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_WEBHOOK_URL",
      "service": "slack-activity-alerts",
      "description": "Provide a value for SLACK_WEBHOOK_URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Railway Private Domain Name.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Port to connect to Redis.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Default user to connect to Redis.",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "URL to connect to Redis over the private network.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Password to connect to Redis.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Password to connect to Redis.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Redis",
      "description": "Start Redis process as root to allow for writing to the volume",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "REDIS_PUBLIC_URL",
      "service": "Redis",
      "description": "Public URL to connect to Redis, needed for the Data panel.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_RDB_POLICY",
      "service": "Redis",
      "description": "Set a RDB snapshot policy.",
      "secret": false,
      "strategy": "default",
      "default": "3600#1 300#100 60#10000"
    },
    {
      "key": "REDIS_AOF_ENABLED",
      "service": "Redis",
      "description": "Disable writing to AOF file.",
      "secret": false,
      "strategy": "default",
      "default": "no"
    },
    {
      "key": "RAILWAY_RUN_AS_ROOT",
      "service": "Redis",
      "description": "Start Redis process as root to allow for writing to the volume",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "E2MZIp"
      }
    },
    "cli": "railway deploy --template E2MZIp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3b298b9c-f171-480e-8c74-00536043f1e0",
            "serializedConfig": {
              "services": {
                "86c17230-7d34-49b9-bbf0-9c1bd8fd7947": {
                  "name": "slack-activity-alerts",
                  "source": {
                    "repo": "SkyfallWasTaken/slack-activity-alerts",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "CRON": {
                      "isOptional": true,
                      "description": "Cron schedule for when to run the bot. Defaults to running at 11:59pm every day.",
                      "defaultValue": "59 23 * * *"
                    },
                    "TIMEZONE": {
                      "description": "e.g. Europe/London",
                      "defaultValue": "{{TIMEZONE}}"
                    },
                    "REDIS_URL": {
                      "description": "Redis URL for persistence.",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "SLACK_XOXC": {
                      "description": "Get this from DevTools",
                      "defaultValue": "{{SLACK_XOXC}}"
                    },
                    "SLACK_XOXD": {
                      "description": "Get this from cookies",
                      "defaultValue": "{{SLACK_XOXD}}"
                    },
                    "MONITORING_URL": {
                      "isOptional": true,
                      "description": "URL to ping every minute for uptime monitoring",
                      "defaultValue": ""
                    },
                    "SLACK_OWNER_ID": {
                      "description": "What's your user ID?",
                      "defaultValue": "{{SLACK_OWNER_ID}}"
                    },
                    "SLACK_WORKSPACE": {
                      "description": "Your Slack workspace (e.g. \"monzo\" or \"hackclub\")",
                      "defaultValue": "{{SLACK_WORKSPACE}}"
                    },
                    "SLACK_WEBHOOK_URL": {
                      "description": "",
                      "defaultValue": "{{SLACK_WEBHOOK_URL}}"
                    }
                  }
                },
                "fa0e941a-96f1-4d01-bee2-8b4006d11a0f": {
                  "icon": "https://devicons.railway.app/i/redis.svg",
                  "name": "Redis",
                  "build": {},
                  "deploy": {
                    "requiredMountPath": "/bitnami"
                  },
                  "source": {
                    "image": "bitnami/redis:7.2.5"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Railway Private Domain Name.",
                      "defaultValue": "${{ RAILWAY_PRIVATE_DOMAIN }}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Port to connect to Redis.",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Default user to connect to Redis.",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "URL to connect to Redis over the private network.",
                      "defaultValue": "redis://default:${{ REDIS_PASSWORD }}@${{ RAILWAY_PRIVATE_DOMAIN }}:6379"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Password to connect to Redis.",
                      "defaultValue": "${{ REDIS_PASSWORD }}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Password to connect to Redis.",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Start Redis process as root to allow for writing to the volume",
                      "defaultValue": "0"
                    },
                    "REDIS_PUBLIC_URL": {
                      "description": "Public URL to connect to Redis, needed for the Data panel.",
                      "defaultValue": "redis://default:${{ REDIS_PASSWORD }}@${{ RAILWAY_TCP_PROXY_DOMAIN }}:${{ RAILWAY_TCP_PROXY_PORT }}"
                    },
                    "REDIS_RDB_POLICY": {
                      "description": "Set a RDB snapshot policy.",
                      "defaultValue": "3600#1 300#100 60#10000"
                    },
                    "REDIS_AOF_ENABLED": {
                      "description": "Disable writing to AOF file.",
                      "defaultValue": "no"
                    },
                    "RAILWAY_RUN_AS_ROOT": {
                      "isOptional": false,
                      "description": "Start Redis process as root to allow for writing to the volume",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "6379": {}
                    },
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "fa0e941a-96f1-4d01-bee2-8b4006d11a0f": {
                      "mountPath": "/bitnami"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0"
}
