FortiSOAR Integration
Set up a FortiSOAR connector to send alerts to ilert and automate incident workflows.
Integrating FortiSOAR with ilert enables automated alerting and incident response by sending alert events from FortiSOAR to ilert. This integration helps streamline your security operations and reduces mean time to respond (MTTR) by linking playbook-based automation with ilert's alert management platform.
In ilert: Create a FortiSOAR alert source
Go to Alert sources -> Alert sources and click Create new alert source.
Search for FortiSOAR in the search field, click the FortiSOAR tile, and then Next.
Give your alert source a name, optionally assign teams, and click Next.
Select an escalation policy by creating a new one or assigning an existing one.
Select your Alert grouping preference and click Continue setup. You may click Do not group alerts for now and change it later.
The next page shows additional settings, such as customer alert templates or notification priority. Click Finish setup for now.
On the final page, an API key and/or webhook URL will be generated. You will need it later.

In FortiSOAR: Installation and setup of ilert connector
In the FortiSOAR sidebar, navigate to Content Hub.

Enter
ilert
in the search bar and select the ilert connector.

Provide a Configuration Name.
Paste the previously copied Integration URL from ilert.
Click Save.

The configuration connector status will now be displayed.

In FortiSOAR: Add new playbooks to send alerts to ilert
Create a playbook triggered on alert creation
Navigate to Automation → Playbooks.

Select an existing Collection or create a new one.

Click Add Playbook.
Enter a name and click Create.

Choose On Create as the trigger step.

Enter a Step Name, select Alerts as the resource, then click Save.

Add the next step by selecting Connector under the EXECUTE section.

Search for
ilert
and select the ilert connector.

Enter a Step Name, select your previously created ilert configuration, and choose Send alert event as the action.
In Inputs → alert, enter:
{{vars.input.records[0]}}
.

Save the Playbook.

Create a playbook triggered on alert update
Navigate back to your Collection.

Click Add Playbook.

Enter a name and click Create.

Choose On Update as the trigger step.

Enter a Step Name, select Alerts as the resource.
Add Status Is Changed as the trigger condition.
Click Save.

Add the next step and select Connector under the EXECUTE section.

Search for
ilert
and select the ilert connector.

Enter a Step Name, select your previously created ilert configuration, and choose Send alert event as the action.
In Inputs → alert, enter:
{{vars.input.records[0]}}
.Click Save.

Save the playbook.

FAQ
Will alerts in ilert be resolved automatically?
Yes, as soon as a FortiSOAR sends an alert event with field status.itemValue
value set to closed
, corresponding alert in ilert will be resolved.
Will alerts in ilert be acknowledged automatically?
Yes, as soon as a FortiSOAR sends an alert event with field status.itemValue
value set to investigating
, corresponding alert in ilert will be accepted.
Can I test the integration?
Yes. Create a test alert in FortiSOAR and verify that an alert appears in ilert.
Last updated
Was this helpful?