X (Twitter) · Arazzo Workflow
X Reply to a User's Latest Post
Version 1.0.0
Resolve a handle, fetch their latest post, then reply to it.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
reply-to-latest-post
Resolve a user, find their latest post, and reply to it.
Chains the username lookup endpoint into the user-posts endpoint and then the create-post endpoint, using the in_reply_to_tweet_id field to thread the reply. Branches 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
reply
createPosts
Create a reply post threaded to the resolved user's latest post.