Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "reddit_join",
"slug": "reddit-join",
"name": "Reddit Join Community",
"categoryId": "SOCIAL_OUTREACH"
},
"inputs": {
"target": "",
"actionType": "join",
"autoAction": true,
"normalizedTarget": {
"raw": ""
}
},
"agentHint": "You are joining a Reddit community or following a user. Adapt to the actual UI.\n\n**TASK CONFIGURATION:**\n- Target: \n- Action Type: join\n- Auto-action: true\n\n---\n\n## STEP 1: NAVIGATE TO TARGET\n\n1. Go to \n2. Wait for page to load\n3. If not logged in, STOP and report authentication required\n4. Identify if this is a subreddit or user profile\n\n---\n\n## STEP 2: CHECK CURRENT STATUS\n\n**For Subreddit:**\n- Already joined: Report status\n- Private/restricted: Note access level\n- Not joined: Proceed\n\n**For User:**\n- Already following: Report status\n- Not following: Proceed\n\n---\n\n## STEP 3: ANALYZE (for subreddits)\n\n**If subreddit, note:**\n- Subreddit description\n- Member count\n- Rules summary (if visible)\n- Whether it's public, restricted, or private\n\n---\n\n## STEP 4: EXECUTE ACTION\n\n### IF true === true:\n\n**For Subreddit (join === \"join\"):**\n1. Find \"Join\" button\n2. Click to join\n3. Verify membership (button changes to \"Joined\")\n\n**For User (join === \"follow\"):**\n1. Find \"Follow\" button\n2. Click to follow\n3. Verify follow status\n\n### IF true === false:\n1. Locate the appropriate button\n2. Report ready for manual action\n\n---\n\n## STEP 5: REPORT RESULTS\n\n```json\n{\n \"success\": true|false,\n \"targetType\": \"subreddit|user\",\n \"targetName\": \"\",\n \"description\": \"\",\n \"memberCount\": <number if subreddit>,\n \"previousStatus\": \"not_joined|joined|following\",\n \"newStatus\": \"joined|following|already_joined|already_following\",\n \"subredditRules\": [\"rule1\", \"rule2\"],\n \"status\": \"joined|followed|ready_for_review|already_member|failed\",\n \"errorMessage\": \"<if failed>\"\n}\n```\n\n---\n\n## REDDIT-SPECIFIC NOTES\n\n- Some subreddits are private (invite only)\n- Some are restricted (can view, need approval to post)\n- New accounts may have join limits\n- Old vs New Reddit UI differs",
"userInput": "You are joining a Reddit community or following a user. Adapt to the actual UI.\n\n**TASK CONFIGURATION:**\n- Target: \n- Action Type: join\n- Auto-action: true\n\n---\n\n## STEP 1: NAVIGATE TO TARGET\n\n1. Go to \n2. Wait for page to load\n3. If not logged in, STOP and report authentication required\n4. Identify if this is a subreddit or user profile\n\n---\n\n## STEP 2: CHECK CURRENT STATUS\n\n**For Subreddit:**\n- Already joined: Report status\n- Private/restricted: Note access level\n- Not joined: Proceed\n\n**For User:**\n- Already following: Report status\n- Not following: Proceed\n\n---\n\n## STEP 3: ANALYZE (for subreddits)\n\n**If subreddit, note:**\n- Subreddit description\n- Member count\n- Rules summary (if visible)\n- Whether it's public, restricted, or private\n\n---\n\n## STEP 4: EXECUTE ACTION\n\n### IF true === true:\n\n**For Subreddit (join === \"join\"):**\n1. Find \"Join\" button\n2. Click to join\n3. Verify membership (button changes to \"Joined\")\n\n**For User (join === \"follow\"):**\n1. Find \"Follow\" button\n2. Click to follow\n3. Verify follow status\n\n### IF true === false:\n1. Locate the appropriate button\n2. Report ready for manual action\n\n---\n\n## STEP 5: REPORT RESULTS\n\n```json\n{\n \"success\": true|false,\n \"targetType\": \"subreddit|user\",\n \"targetName\": \"\",\n \"description\": \"\",\n \"memberCount\": <number if subreddit>,\n \"previousStatus\": \"not_joined|joined|following\",\n \"newStatus\": \"joined|following|already_joined|already_following\",\n \"subredditRules\": [\"rule1\", \"rule2\"],\n \"status\": \"joined|followed|ready_for_review|already_member|failed\",\n \"errorMessage\": \"<if failed>\"\n}\n```\n\n---\n\n## REDDIT-SPECIFIC NOTES\n\n- Some subreddits are private (invite only)\n- Some are restricted (can view, need approval to post)\n- New accounts may have join limits\n- Old vs New Reddit UI differs",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
},
"execution": {
"mode": "device",
"deviceIds": []
}
}