Webhooks
Webhooks
Playlists that have Webhook as their delivery type send an HTTP POST request to each recipient URL you configure in the playlist. You can also use multiple custom HTTP Headers in each request (Key + Value).
The generated request body is in the JSON format and is similar to the following example:
Notes:
"FileContentAsByteArray" is the binary data (byte[]) of the Image, PDF or Excel file.
PowerBI Robots will fill the contentType based on your playlist output type.
Last updated