Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make email notifications more actionable #8785

Open
ups1decyber opened this issue Oct 25, 2024 · 1 comment
Open

Make email notifications more actionable #8785

ups1decyber opened this issue Oct 25, 2024 · 1 comment
Labels
feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team

Comments

@ups1decyber
Copy link

Use case

We would like to use the digest feature in conjunction with email notifiers to create regular summaries of events in OpenCTI, e.g. creation of new reports. This basically works, but the email does not feel actionable, because for each report (i.e. each notification), there is just a single line of text, and a button to click. What we have in mind is to add more context about the trigger entity. For example, the digest of newly created reports should contain report titles and the short descriptions of each report and potentially more relevant fields like markings (would be nice to be able to customize that).

Current Workaround

I have tried to find a workaround by adding a new notifier using the Platform Mailer connector. By adding these lines to the template, I wanted to check what information is available for notifications:

<%-JSON.stringify(data)%>
<%-JSON.stringify(content)%>

But it seems that there are only the short notification lines available, but no information on the triggering entity. So this is not a working workaround for the use-case.

Proposed Solution

I am not sure how exactly to solve this. One option might be to add information of the triggering entity to the notification objects, so information is accessible in the email template.

Additional Information

If the feature request is approved, would you be willing to submit a PR?

No

@ups1decyber ups1decyber added feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team labels Oct 25, 2024
@ups1decyber
Copy link
Author

Oh, and is there a way to customize the style of the email aswell? If not, that would also be a useful feature :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team
Projects
None yet
Development

No branches or pull requests

1 participant