I created a custom entity named "Project". Each time a comment is written in the Stream section of a project, I need to send the comment via email to the comment author AND to the target account of the project.
The email subject must be structured as follows: "[<Project_ID>] New comment on <Project_Name>". Ex: [123] New comment on Sample Project.
Does EspoCRM allow to solve a problem like this? If true, please provide guidance, useful docs, etc. I have explored the docs but no success to solve this specific problem.
Here is some good information:
Note
, so every record on stream panel is a Note entity.Note
entity is not customizable by design, because it is core entity.Note
is not customizable, so cannot write formula for it.custom/Espo/Custom/Resources/metadata/scopes/Note.json
{"customizable":true}