How to send a PDF attachment using Peoplesoft AWE while sending Email notification - peoplesoft

How to send a PDF attachment using Peoplesoft AWE while sending Email notification. Im trying to use the AWE features to send Email Notification once the request is approved. Along with the Email notification i should also send a generated PDF which gives information about the changes the Emplid, Salary changes and related infos. I am able to do this using the BI Publisher report generation and People code SendMail function but im looking for AWE options to send the attachment
I tried the custom code to send attachments after approval and it worked. But im not able to find any documentation using AWE to send PDF attachments. Any Suggestions will Help

Related

How to send an Attachment in Google Chat via Bot/ Webhook

My organisation is using Google Chat for internal communication. In one of the group in the app I am sending the report of daily automation test run using webhook. Currently the report consist of only text message containing the pass/ fail count.
But I want to send the html report as well with that. I could not found any source which tell the information about how to send the attachment in the bot messages in Google chat.
Please help me if someone knows how to send the attachment report using Google Chat Bot or Webhook.
Per documentation, Bots have limited message types they can send. (Only simple text, or Cards)
I would suggest sending a link to download the report, which is feasible with the bot. See Including links in message text

How to send parameters in push notifications?

I'm trying to send some hidden parameters along with the notification message sent to the user, used to open specific form with specific ID.
I know we have "tags" to categorize the users we want to send the message to including the userid.
That's not what I need.
What I'm looking for is:
after the push notification is sent to user, I need my app to able to read some parameters used to open the right form with the right data displayed in.
Any idea? Thanks!

Sending out multiple Reports in one E-Mail in ServiceNow using the Scheduled Report function

I have created 5 Reports for a specific service which I would like to send out by mail using the scheduled report function. I could send out one report easily to my mail, but sine the field for the reports is a single selection field I am afraid that I can only send out one report at max per mail.
Is there any way to group my reports or any other workaround?
Thank you in advance
To reduce report-related email volume, you can schedule multiple reports to be sent in a single email. Each report is included in the email as an attachment. Other than email attachment limitations, there is no limit to the number of reports that can be added to a single email.
To schedule multiple reports, use the 'Included in Email' related list to create additional scheduled reports.
To expand on the answer from Siri, it's a bit convoluted but can be done.
See these KBs
Fuji and earlier: https://wiki.servicenow.com/index.php?title=Scheduling_and_Publishing_Reports#Scheduling_Multiple_Reports
Genava: https://docs.servicenow.com/bundle/geneva-performance-analytics-and-reporting/page/use/advanced_reporting/task/t_ScheduleAReport.html
They are the same process, but from the Fuji example
To reduce report-related email volume, you can schedule multiple
reports to be sent in a single email. Each report is included in the
email as an attachment. Other than email attachment limitations, there
is no limit to the number of reports that can be added to a single
email.
To schedule multiple reports:
Navigate to Reports > Scheduled Reports.
Click New.
Define the report as described under Scheduling Reports.
Save the record.
Use the Included in Email related list to create additional scheduled reports.
Each report you add to the Included in Email related list must have its own schedule. This allows you to send different reports to one or more of the recipients of the previously identified reports, each with its own schedule.
Click Update.

email send using mailchimp in ASP.NET

i am using mailchimp for sending bulk emails, i successfully subscribe emails using code but cant find a way to send email on subscribed list.
Kindly provide solution using mailchimp in asp.net.

Tracking an email

I am developing a bulk mail management project in ASP.NET. I want to track who opened my mails. I know that this can be done by embedding a small transparent image in my mail. So whenever the receiver opens the mail the image is automatically downloaded from my server. But I have no idea that how can I get to know that image is getting downloaded from my server and which mail id is downloading it. Please help me as early as possible.
Send email as html
Include somthing like
http://www.myserver.com/counter.aspx?userid=xxxxx'>
You may need to add some additional parameter to url, like email id to make sure you log only once, not every time user open an email
Inside counter.aspx run the code to log user and then output some image in the response.
I got another way out to get open statistics in following link:
http://www.aspnetemail.com/samples/emailtracker/default.aspx

Resources