New Features

Support for sending HTML Emails (email body) using the SiemplifyJobs SDK

Here is the code to use in the Job

@output_handler
def main():
siemplify = SiemplifyJob()
mail_message = """<!DOCTYPE html>
<html> <body>
<h1>This is Heading 1</h1>
<p>This is the text in the body.</p>
</body> </html>
"""
siemplify.send_mail("subject", mail_message,["test@gmail.com"], "TopActionError.txt",str(attachment_string))


Ontology - Dynamic versus Static Ingestion

Previously, the Ontology screen only showed events that were ingested dynamically into the platform.
Now, when you install integrations or use cases, the Ontology screen will also show these static mapping rules.

To support this, a new column has been added to the screen which shows whether the mapping rule is based on a dynamic (event based) or static (integration/use case installation) ingestion.

IDE: Async Action Timeout increased from 7 days to 14 days 

Bug Fixes

  • Custom Trigger matches empty or non-existing fields (ID #00181031)
  • Error when editing networks (ID #00164289)