X (Twitter) · Arazzo Workflow
X Quote a Post Found by Search
Version 1.0.0
Search recent posts, then publish a quote post of the top match.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
quote-post-from-search
Search recent posts and quote the top result.
Chains the recent-search endpoint into the create-post endpoint using the quote_tweet_id field, branching to a no-op end when no post matches.
1
findPost
searchPostsRecent
Search recent posts and capture the id of the first match.
2
quote
createPosts
Publish a new quote post that references the first matching post.