Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
VamsiBhagavathula1

Qlik Alerts to Teams Channel

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
 
 
0 Replies