X (Twitter) · Arazzo Workflow
X Audit Engagement on a User's Latest Post
Version 1.0.0
Resolve a handle, get their latest post, then list who liked it.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
post-engagement-audit
Resolve a user, fetch their latest post, and list its liking users.
Chains the username lookup endpoint into the user-posts endpoint and then the liking-users endpoint, branching to a no-op end when the user has no posts.
1
resolveUser
getUsersByUsername
Resolve the username into a numeric user id.
2
latestPost
getUsersPosts
Retrieve the single most recent original post for the resolved user.
3
likingUsers
getPostsLikingUsers
List the users who liked the resolved user's latest post.