Events
New Post Event
{
"event_id": "string", // unique ID for the event
"event": "twitter.post.new" | "truth_social.post.new",
"task_info": {
"id": "integer", // task ID
"group": "string", // task group
"handle": "string", // monitored user handle
"profile_info": UserInfoObject // monitored user profile info
},
"data": PostDataObject // the new post data
}New Following Event
Profile Update Event
OCR Result Event
Post Translation Event
Task Status Event
New Post Global Monitor Event
Last updated