Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
dafnis14
Specialist
Specialist

Notification Connector: how to define multiple attachments?

Hi,

I try to define multiple attachments in the File attachment parameter, But couldn't find how to do it.

The name of the parameter is "File Attachment 1".  How can you add more definitions?

Notification_param.png

Thanks!

1 Solution

Accepted Solutions
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Dafnis,

You can not do it from the Web Connectors config page, but you can edit the URL to do this after you have copied and pasted it into your load script.

From the help document at:

Notification Connector ‒ Qlik Connectors

Attaching files

You can attach up to 5 files to each email, totaling a maximum of 10MB. Include the following to the request:

fileAttachment[1-5]=[your local file path]

In QlikView you can modify the URL string on the fly, to add extra attachments or rename attachments.  By default in Qlik Sense you have to have a Library which then can't be modified after creation.  This is until you change the put the Server into Legacy mode.  You can do this by going to the QMC, selecting Engines then editing your engine, under the Advanced section you need to un-tick Standard Mode and then select Apply.

Hope that helps.

Steve

View solution in original post

3 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Dafnis,

You can not do it from the Web Connectors config page, but you can edit the URL to do this after you have copied and pasted it into your load script.

From the help document at:

Notification Connector ‒ Qlik Connectors

Attaching files

You can attach up to 5 files to each email, totaling a maximum of 10MB. Include the following to the request:

fileAttachment[1-5]=[your local file path]

In QlikView you can modify the URL string on the fly, to add extra attachments or rename attachments.  By default in Qlik Sense you have to have a Library which then can't be modified after creation.  This is until you change the put the Server into Legacy mode.  You can do this by going to the QMC, selecting Engines then editing your engine, under the Advanced section you need to un-tick Standard Mode and then select Apply.

Hope that helps.

Steve

dafnis14
Specialist
Specialist
Author

Thanks!

The documentation was not very clear about it nor about the string format in the URL.

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Pleased to have been able to help.