X (Twitter) · Arazzo Workflow
X Confirm a List and Follow It
Version 1.0.0
Read a List by id to confirm it exists, then follow that List.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
follow-list-by-id
Confirm a List by id and follow it as the authenticated user.
Chains the list lookup endpoint into the follow-list endpoint so a caller can verify and follow a List in one flow.
1
confirmList
getListsById
Read the List metadata to confirm the supplied List id exists.
2
followList
followList
Follow the confirmed List as the authenticated user.