cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Email Notification in BPA

FabioDagostin1
Explorer
0 Kudos
1,057

Hi everyone.

I have a question and would like your help.

We are currently testing BPA with the goal of automating processes (workflow).

This process was created in BPA and is made available to users through Workzone.

However, email notifications are not sent to users, informing them that new tasks are available for execution.

The only way I know to send an email is by creating a specific task to send it. But I would have to create many tasks for this. Example: I have 10 tasks in a given process, I will have to create 10 more just to send the email. Not to mention that I will not be able to include the link to access the task in the body of the email.

I would like to know if BPA has any automatic way of sending emails to the responsible users without having to create specific tasks for sending emails ("email task").

Thank you

View Entire Topic
Ndubuisi_PALMER
Participant
0 Kudos

Hello Fabio

By default, SAP BPA does not automatically send email notifications for user tasks unless certain configurations are in place. Here’s how to handle this without creating one email task per process step:


1. Enable Email Notifications in SAP BTP Subaccount Settings

You need to configure and enable workflow email notifications in your BTP subaccount where SAP Build Process Automation is running.

Steps:

  • Go to BTP Cockpit
  • Navigate to your Subaccount > Service Instances > Find the Workflow or Process Automation instance
  • Under Destinations, ensure that mail notification settings are active
  • Make sure a destination named SAP_NOTIFICATION_CENTER exists and is correctly configured
  • You must also configure the Workflow Mail Destination pointing to your email service provider or SMTP endpoint

2. Activate Email Notifications per User via My Inbox Settings

  • Users need to go to SAP Work Zone or My Inbox
  • In the Settings, activate "Email Notifications"
  • This allows the system to automatically send emails when a task is assigned

This step is user-specific, and must be enabled by each end-user or enforced via role-based setup.


3. Use Business Rules or Automation to Trigger Email Once

If you want more control, you can use a central automation or business rule to:

  • Detect when a task is created
  • Read the context and assigned user
  • Send one email per user per task using one reusable automation

This avoids one email task per user task.


4. Use SAP Alert Notification Service (optional)

If you need structured notifications:

  • Subscribe to SAP Alert Notification service
  • Configure it to trigger alerts on specific BPA events (like task assignment)
  • Send email or push alerts via defined templates

5. Include Task Link in Email Body (Optional)

SAP BPA doesn't include direct task links automatically. To include the task link in a custom email:

  • Use the following format: https:///inbox?instanceId=
  • You can retrieve the instance ID and task ID via automation or workflow context
  • Use that in your email content dynamically via scripting 

 

Suraj_SAP
Discoverer
0 Kudos

Hi Ndubuisi,
My team is also working on Automation using BPA and is asking me to receive the email to the sap s4hana public cloud but, after creating the BPA process  we have it in our SAP BUILD WORKZONE and there we have my inbox tile in that we are getting the email notification but we are expecting it to our sap s4hana public cloud my inbox.

this is the guide I am referring to "https://www.bing.com/ck/a?!&&p=e472aaa62d4df1721a8d333d509fe68fb6b4b1a615281ba83a62c975d493a6a3Jmltd....

Could you please help.
Thanks.

FabioDagostin1
Explorer
0 Kudos
Hello.. thanks for the answer. However, I couldn't find anywhere how to configure the "SAP_NOTIFICATION_CENTER" destination. The "Workflow Mail Destination" destination is working correctly, and the email sending test is ok. Thanks
KuroKen
Explorer
0 Kudos

@FabioDagostin1
I set up notifications for forms and approvals.
https://help.sap.com/docs/build-process-automation/sap-build-process-automation/enable-notifications...
I also had trouble sending notification emails, but I was able to resolve the issue by following the instructions at the following URL to set up notifications without fail.
I did not create a destination called “SAP_NOTIFICATION_CENTER.”
The issue I encountered was with the SMTP Mail Destination.
https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/conf...
I specified Gmail for SMTP, but I set the user and password for Basic authentication in the SMTP Mail Destination.
However, what I should have set here was the user and App Password.
https://support.google.com/mail/thread/205453566/how-to-generate-an-app-password?hl=en