Email to pdf conversion

priyankapalaska
Giga Contributor

Hi,

 

Do ServiceNow offers the functionality to convert incoming emails to pdf? 

My requirement is to capture incoming email in pdf format and attach it to target record. Can we achieve this through any configuration or scripting? 

 

Appreciate your quick response. 

 

Thanks and Regards,

Priyanka

1 ACCEPTED SOLUTION

nayanawadhiya1
Kilo Sage

Hello Priyanka,

 

As per my knowledge you can attach records as PDF using Business Rule.

Refer boelow thread - 

How to generate a pdf from a form and send it to another table

 

View solution in original post

7 REPLIES 7

nayanawadhiya1
Kilo Sage

Hello Priyanka,

 

As per my knowledge you can attach records as PDF using Business Rule.

Refer boelow thread - 

How to generate a pdf from a form and send it to another table

 

priyankapalaska
Giga Contributor

Hi Nayan,

 

Thanks for your reply. 

 

I created the same business rule (on insert) on 'sys_email' table and want to attach the email record on incident table.

The email through inbound action creates an incident. But this is not attaching email record to newly created incident. 

Please suggest.  

priyankapalaska
Giga Contributor

when I tried response.getStatusCode() is it giving me 401 error. 

Have you created this system Properties 'glide.user.userid' and 'glide.user.password'?

UserId which having admin role.