X (Twitter) · Arazzo Workflow
X Search, Bookmark a Post, Then Remove the Bookmark
Version 1.0.0
Find a post by search, bookmark it, then delete that bookmark.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
bookmark-and-remove
Search, bookmark the top result, then remove the bookmark.
Chains the recent-search endpoint into the create-bookmark endpoint and then the delete-bookmark endpoint, 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
bookmark
createUsersBookmark
Bookmark the first matching post for the authenticated user.
3
removeBookmark
deleteUsersBookmark
Remove the bookmark to restore the original state.