Hi ,
I have a requirement to report Task reload failures to teams channel. If anyone tried configuring the Teams webhook and implemented sending this kind of info to teams channel please share me the steps?
i get the following error when using the basic code found in a blog
Error:
HTTP protocol error 400 ():
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: Q. Path '', line 0, position 0
Code in load script :
RestConnectorMasterTable:
SQL SELECT
"Content-Type",
"Date",
"__KEY__response_header"
FROM JSON "_response_header" PK "__KEY__response_header"
WITH CONNECTION (
URL "$(v.Load.Webhook.Address)",
HTTPHEADER "Content-Type" "application/json",
BODY "$(v.Load.REST.Post.TEST)" ) ;
Best Regards
Vamsi