Skip to main content
Solved

BPA-Send Email

  • August 10, 2022
  • 5 replies
  • 374 views

ChamariJ
Sidekick (Partner)
Forum|alt.badge.img+4

Hi,

Does anyone know how to initiate an email using business process automation?

 

Thank you!

Chamari J

Best answer by wahelk

I have seen this workaround mentioned in a workplace post.

“ Use Projection Configuration to expose command_sys.mail through any commonly used projection. Then call it from your workflow, passing in the from, to, message and subject line.

5 replies

Forum|alt.badge.img
  • Do Gooder (Partner)
  • 1 reply
  • October 11, 2022

Hi @ChamariJ ,

I wonder whether you found way to send an email using BPA. I was trying the same thing but couldn’t found a way.

 

Thanks & Best Regards,

Dinesh


ChamariJ
Sidekick (Partner)
Forum|alt.badge.img+4
  • Author
  • Sidekick (Partner)
  • 7 replies
  • October 11, 2022

Hi @DineshDhn ,

Unfortunately no. For my requirement I had to use a custom event. I’ll share if I found a method to do it. There should be a way. 

If you found any new things with BPA please share in the community.

Cheers,

Chamari


Forum|alt.badge.img+13
  • Hero (Partner)
  • 161 replies
  • February 15, 2023

Hi,

I would like to send an email with BPA.
Do you have a solution? Do you have a projection to communicate to me allowing to send an email?
Thanks in advance.
Theo


wahelk
Hero (Former Employee)
Forum|alt.badge.img+11
  • Hero (Former Employee)
  • 154 replies
  • Answer
  • February 15, 2023

I have seen this workaround mentioned in a workplace post.

“ Use Projection Configuration to expose command_sys.mail through any commonly used projection. Then call it from your workflow, passing in the from, to, message and subject line.


Forum|alt.badge.img+13
  • Hero (Partner)
  • 161 replies
  • February 15, 2023

Hi @wahelk,

I hadn't thought of that. I'll try this as soon as possible.
Thank you!