Youtube · Arazzo Workflow
YouTube Post and Moderate a Comment Thread
Version 1.0.0
Post a top-level comment on a video, then immediately set its moderation status.
Provider
Workflows
post-and-moderate-comment
Create a top-level comment and apply a moderation status to it.
Posts a new top-level comment via commentThreads.insert and then applies a moderation status to the created comment via comments.setModerationStatus.
1
postThread
youtube.commentThreads.insert
Create a new top-level comment thread on the video.
2
moderate
youtube.comments.setModerationStatus
Apply the requested moderation status to the newly created comment.