cancel
Showing results for 
Search instead for 
Did you mean: 

send email on custom content creation

krups
Champ in-the-making
Champ in-the-making
Hi

I have my custom content type.
I can change default content to make it custom type by clicking on"content type and selecting my custom content type.
Now I want to send an email to the group of people in alfresco to notify them about custom content type creation.
Does anyone know about how to achieve this?

Thank you
1 REPLY 1

amandaluniz_z
Champ on-the-rise
Champ on-the-rise
Hi Krups,

You have two options:

* Rule + Action
** You would need to configure Share and/or Explorer to show the custom content types in the Rules form
** You would need to create a custom action (or use the existing send email) to send the email. You could also write a small script to send the email (so the action would be "execute script")
* Use a Java behaviour (it's a listener for the whole repository) that sends the email, using the EmailActionExecutor

Regards,
Adei