Integrations
Reconmap supports several ways to integrate with external tools and services. These integrations can be managed from the Settings > Integrations menu in the dashboard.
Webhooks
Webhooks allow you to receive real-time notifications when certain events occur in Reconmap. When an event is triggered, Reconmap sends an HTTP POST request to the configured URL with a JSON payload.
Configuring a Webhook
- Go to Settings > Integrations.
- Click on Create webhook.
- Provide a Name for the webhook.
- Enter the URL where the notification should be sent.
- (Optional) Enter a Secret to sign the requests.
- Specify the Events you want to subscribe to (e.g.,
project.created,finding.created, or*for all events). - Ensure Is enabled is checked and click Create.
Jira Integration
The Jira integration allows you to automatically push new findings (vulnerabilities) to your Jira project as issues.
Configuring Jira
- Go to Settings > Integrations.
- Click on Add Jira integration.
- Provide a Name for the integration.
- Enter your Jira URL (e.g.,
https://your-domain.atlassian.net). - Enter the Email associated with your Jira account.
- Enter your Jira API Token.
- Enter the Project Key of the Jira project where issues should be created.
- Click Create.
Once configured and enabled, every time a new finding is created in Reconmap, it will be automatically sent to your Jira project.