Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "bulk_reddit_join",
"slug": "bulk-reddit-join",
"name": "Bulk Reddit Join/Follow",
"categoryId": "SOCIAL_SCALE"
},
"inputs": {
"sheetUrl": "",
"__inputSource": "sheet"
},
"agentHint": "This is a BULK REDDIT JOIN/FOLLOW operation.\n\n**SOURCE:** \n\n**EXECUTION:**\n1. Navigate to Google Sheet: \n2. Read all rows. Expected column: target_url\n3. For each target_url in the sheet:\n a. Navigate to the URL\n b. **DETECT TYPE:**\n - If URL contains \"/r/\" → Subreddit\n - If URL contains \"/user/\" or \"/u/\" → User\n c. Check current status (already joined/following?)\n d. **IF SUBREDDIT:**\n - Click \"Join\" button\n - Note subreddit description and rules\n e. **IF USER:**\n - Click \"Follow\" button\n f. Log result\n4. Generate completion report\n\n**RETURN:**\n{\n \"totalRows\": 0,\n \"processed\": 0,\n \"subredditsJoined\": 0,\n \"usersFollowed\": 0,\n \"alreadyJoinedOrFollowing\": 0,\n \"failed\": 0,\n \"results\": [\n {\n \"rowIndex\": 0,\n \"targetUrl\": \"\",\n \"targetType\": \"subreddit|user\",\n \"targetName\": \"\",\n \"memberCount\": 0,\n \"previousStatus\": \"\",\n \"newStatus\": \"joined|following|skipped|failed\",\n \"subredditRules\": [],\n \"error\": \"\"\n }\n ]\n}\n\n**SAFETY:** Reddit has limits on rapid joins. Use reasonable delays.",
"userInput": "This is a BULK REDDIT JOIN/FOLLOW operation.\n\n**SOURCE:** \n\n**EXECUTION:**\n1. Navigate to Google Sheet: \n2. Read all rows. Expected column: target_url\n3. For each target_url in the sheet:\n a. Navigate to the URL\n b. **DETECT TYPE:**\n - If URL contains \"/r/\" → Subreddit\n - If URL contains \"/user/\" or \"/u/\" → User\n c. Check current status (already joined/following?)\n d. **IF SUBREDDIT:**\n - Click \"Join\" button\n - Note subreddit description and rules\n e. **IF USER:**\n - Click \"Follow\" button\n f. Log result\n4. Generate completion report\n\n**RETURN:**\n{\n \"totalRows\": 0,\n \"processed\": 0,\n \"subredditsJoined\": 0,\n \"usersFollowed\": 0,\n \"alreadyJoinedOrFollowing\": 0,\n \"failed\": 0,\n \"results\": [\n {\n \"rowIndex\": 0,\n \"targetUrl\": \"\",\n \"targetType\": \"subreddit|user\",\n \"targetName\": \"\",\n \"memberCount\": 0,\n \"previousStatus\": \"\",\n \"newStatus\": \"joined|following|skipped|failed\",\n \"subredditRules\": [],\n \"error\": \"\"\n }\n ]\n}\n\n**SAFETY:** Reddit has limits on rapid joins. Use reasonable delays.",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
},
"execution": {
"mode": "device",
"deviceIds": []
}
}