Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

QVSource NotificationConnector

Hello anybody knows if this connector is properly working and its purpose?

This is the syntax:

NotificationConnector_SendEmail:

    LOAD

        sendemail_status as SendEmail_sendemail_status,

        sendemail_result as SendEmail_sendemail_result

    FROM

    [$(vQVSourceBaseUrl)/QVSource/NotificationConnector/?table=SendEmail&subject=$(subject)&message=$(msg)&to=$(to)&appID=$(vQVSourceAppId)]

    (txt, utf8, embedded labels, delimiter is '\t', msq);

Thanks

Marco

2 Replies
chrisbrain
Partner - Specialist II
Partner - Specialist II

Hi Marco,

The connector should be working properly and it's purpose is explained on the docs page:

http://wiki.qvsource.com/Notification-Connector-For-QlikView.ashx

Are you finding issues with it?

beeido.com - BI | Software | Qlik Integration Services
GitFirst - A CI/CD solution for Qlik Sense
rohitk1609
Master
Master

Hi Chris,

I have generated and integrated auto generated script in an application and when I am executing it , it is not sending any mail but it is executing fine and the link between [..] works fine in browser. Can you please help me to know how to use this script to trigger mail on task failure, where to integrate and how ?