Events
New Post Event
The event sent whenever there's a new post from a monitored account
{
"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
The event sent whenever the monitored account follows someone
Profile Update Event
The event sent whenever the monitored account updates its profile
OCR Result Event
The event sent when the OCR in a posted image is ready (when enabled)
Post Translation Event
The event sent when the translation of a post is ready (when enabled)
Task Status Event
The event sent if the monitored profile becomes unavailable or available again
New Post Global Monitor Event
The event sent whenever there's a new post matching a monitored keyword
Last updated