Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How can I attach physical document using notification

Ajay1998
Tera Contributor

Hi Team,

I need to attach a file using notification activity in workflow.
Could you please help me to achieve it.

I don't want to give hyperlink in a mail for the attachment.

Regards,
Ajay

2 REPLIES 2

Jack Littlewort
Tera Guru

Hi @Ajay1998 

 

I believe this same question has been solved before Solved: How to add attachment to workflow notification act... - ServiceNow Community

 

You will instead trigger and event from the workflow and then create the notification from that event with the attachment.

Additionally there is the include_attachments field on the notification itself which will include all attachments from the source record the email is triggered from.