Hey! I’ve managed to upload a YouTube thumbnail using HTTP request, but adding a comment is still eluding me and I’m not sure where to put everything to get this request to work.
The required parameters, headers and body are listed here:
But honestly it’s quite confusing and more complex somehow than uploading a thumbnail.
Could anyone in the know with API’s and HTTP requests let me know what I put where in terms of
So far on n8n I’ve got
Send Body Ticked
Body Content Type JSON
Specifiy Body Using JSON and then
{
"snippet": {
"videoId": "anyvideoIDhere",
"topLevelComment": {
"snippet": {
"textOriginal": "My comment text here"
}
}
}
}
Within the box, but I’m not sure if this is correct and am pretty sure I need to fill something out within Query Parameters and Headers.