Set Automate enables manual triggering of a workflow to check if a Twitch user is online by integrating with GraphQL. It retrieves real-time streaming data, allowing users to monitor viewer counts and stream titles efficiently. This workflow simplifies the process of tracking Twitch activity, ensuring users stay updated with minimal effort.
View Large Image
Set Automate enables manual triggering of a workflow to check if a Twitch user is online by integrating with GraphQL. It retrieves real-time streaming data, allowing users to monitor viewer counts and stream titles efficiently. This workflow simplifies the process of tracking Twitch activity, ensuring users stay updated with minimal effort.
This workflow is ideal for:
This workflow addresses the challenge of determining whether a specific Twitch user is currently streaming. By automating this check, users can:
Document
node assigns the Twitch username to a variable, which will be used in the GraphQL query.Is Online
node checks if the stream
field returned from the query is not empty. If it contains data, the user is considered online; if it is empty, the user is offline.Sticky Note
nodes provide helpful comments and reminders about the workflow, including explanations of parameters and conditions.