Youtube · Arazzo Workflow
YouTube Channel Comment Threads and Reply
Version 1.0.0
Read a channel, list the comment threads on its discussion, and reply to the first thread.
Provider
Workflows
channel-comment-threads-reply
Surface channel comment threads and reply to the first one.
Reads a channel, lists its comment threads, and replies to the first thread's top-level comment.
1
getChannel
youtube.channels.list
Read the channel resource to confirm it exists.
2
listChannelThreads
youtube.commentThreads.list
List the comment threads associated with the channel and capture the first top-level comment id.
3
replyToThread
youtube.comments.insert
Post a reply under the first thread's top-level comment.