Webhooks
Webhooks
{
"playlistName": "Playlist Name",
"reports": [
{
"name": "Report 1 Name",
"content": FileContentAsByteArray,
"contentType": "image/png"
},
{
"name": "Report 2 Name",
"content": FileContentAsByteArray,
"contentType": "image/png"
}
]
}
Last updated