X (Twitter) · Arazzo Workflow
X Find a Post, Repost It, Then Undo the Repost
Version 1.0.0
Search for a post, repost the top match, then remove the repost.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
repost-then-undo
Search, repost the top result, then undo the repost.
Chains the recent-search endpoint into the repost endpoint and then the unrepost endpoint, branching to a no-op end when the search finds nothing.
1
findPost
searchPostsRecent
Search recent posts and capture the id of the first match.
2
repost
repostPost
Repost the first matching post from the authenticated account.
3
undoRepost
unrepostPost
Undo the repost to restore the original state.