Skip to main content
Solved

Action Flows (Email by Celonis)

  • November 9, 2022
  • 2 replies
  • 21 views

Forum|alt.badge.img+5

In the body of celonis process automation skill module. it is not considering styling part of html code, is there any possibility of adding styling ?

Best answer by abhishek.chatu14

Hi Raman,

 

You can use something like the following syntax to style

 

<table style="width:100%">

 

In case you are new to this use the following link to get started this is something that is suggested by Celonis as well

https://wordtohtml.net/

 

image 

PS: Note that Email by Celonios is used for testing and has its limitations and used for testing purposes only. It's limited to 100 emails per day. For productive use cases, it's recommended to switch to the generic email action which allows you to connect your own SMTP server.

 

2 replies

abhishek.chatu14
Level 11
Forum|alt.badge.img+4
  • Level 11
  • 336 replies
  • Answer
  • November 9, 2022

Hi Raman,

 

You can use something like the following syntax to style

 

<table style="width:100%">

 

In case you are new to this use the following link to get started this is something that is suggested by Celonis as well

https://wordtohtml.net/

 

image 

PS: Note that Email by Celonios is used for testing and has its limitations and used for testing purposes only. It's limited to 100 emails per day. For productive use cases, it's recommended to switch to the generic email action which allows you to connect your own SMTP server.

 


Forum|alt.badge.img+5
  • Author
  • Level 8
  • 42 replies
  • November 9, 2022

Thank you so much Abhishek :)

As Celonis is so new we are not able to find stuff on google

So I really appreciate your help