Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "bulk_x_follow",
"slug": "bulk-x-follow",
"name": "Bulk X/Twitter Follow",
"categoryId": "SOCIAL_SCALE"
},
"inputs": {
"sheetUrl": "",
"__inputSource": "sheet"
},
"agentHint": "This is a BULK X/TWITTER FOLLOW operation.\n\n**SOURCE:** \n\n**EXECUTION:**\n1. Navigate to Google Sheet: \n2. Read all rows. Expected column: profile_url\n3. For each profile_url in the sheet:\n a. Navigate to the X profile\n b. Check current status (already following?)\n c. **IF already following:** Skip and log\n d. Log result\n4. Generate completion report\n\n**RETURN:**\n{\n \"totalRows\": 0,\n \"processed\": 0,\n \"followed\": 0,\n \"alreadyFollowing\": 0,\n \"failed\": 0,\n \"results\": [\n {\n \"rowIndex\": 0,\n \"profileUrl\": \"\",\n \"username\": \"\",\n \"previousStatus\": \"not_following|following\",\n \"newStatus\": \"following|failed\",\n \"error\": \"\"\n }\n ]\n}\n\n**SAFETY:** X has follow limits.",
"userInput": "This is a BULK X/TWITTER FOLLOW operation.\n\n**SOURCE:** \n\n**EXECUTION:**\n1. Navigate to Google Sheet: \n2. Read all rows. Expected column: profile_url\n3. For each profile_url in the sheet:\n a. Navigate to the X profile\n b. Check current status (already following?)\n c. **IF already following:** Skip and log\n d. Log result\n4. Generate completion report\n\n**RETURN:**\n{\n \"totalRows\": 0,\n \"processed\": 0,\n \"followed\": 0,\n \"alreadyFollowing\": 0,\n \"failed\": 0,\n \"results\": [\n {\n \"rowIndex\": 0,\n \"profileUrl\": \"\",\n \"username\": \"\",\n \"previousStatus\": \"not_following|following\",\n \"newStatus\": \"following|failed\",\n \"error\": \"\"\n }\n ]\n}\n\n**SAFETY:** X has follow limits.",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
},
"execution": {
"mode": "device",
"deviceIds": []
}
}