Youtube · Arazzo Workflow
YouTube Post Comment Thread and Reply
Version 1.0.0
Post a top-level comment on a video and then add a reply to it.
Provider
Workflows
post-comment-thread-reply
Create a top-level comment thread, then reply to its top-level comment.
Posts a new top-level comment on a video via commentThreads.insert, then replies to it via comments.insert using the top-level comment id as the parent id.
1
postThread
youtube.commentThreads.insert
Create a new top-level comment thread on the video and capture the id of the created top-level comment.
2
postReply
youtube.comments.insert
Reply to the top-level comment created above by inserting a comment whose parentId is the top-level comment id.