# Integrations

The <mark style="color:green;">**Integrations**</mark> section of the <mark style="color:green;">Inopli RPA</mark> module provides a robust and extensible framework for connecting with third-party platforms, internal systems, cloud services, security tools, and external APIs. This integration layer is essential for executing automated actions across the security ecosystem during playbook execution.

Each integration is implemented as a **connector** that can be customized and reused across multiple workflows. These connectors support granular configurations, including credentials, endpoint mappings, API keys, headers, and response handling, ensuring secure and efficient interaction with the external system.

Currently, Inopli supports over **200 native connectors**, enabling comprehensive orchestration and automation across a wide range of use cases such as ticket creation, enrichment, threat hunting, alerting, asset isolation, and more.

***

### &#x20;Available Connectors

* **Security Tools & EDR**
  * CrowdStrike Falcon
  * SentinelOne
  * Microsoft Defender ATP
  * Carbon Black Cloud
  * Cynet
  * Trend Micro Vision One
* **Threat Intelligence & Enrichment**
  * VirusTotal
  * URLVoid
  * Talos ThreatSource
  * AbuseIPDB
  * Recorded Future
  * DomainTools
  * ThreatQ
  * Shodan
  * JoeSandbox
* **Email & Collaboration**
  * Microsoft Teams
  * Slack
  * Exchange
  * Mimecast
  * Cisco Email Security
  * Twilio
* **Ticketing & ITSM**
  * Jira
  * ServiceNow
  * BMC Remedy
  * Freshservice
  * SysAid
  * ConnectWise
* **Cloud & Infrastructure**
  * AWS EC2, IAM, S3, GuardDuty, Security Hub
  * Azure AD, Security Center
  * Google Cloud API, Armor, Pub/Sub
  * Docker, Kubernetes, VSphere
* **SIEM & Logging**
  * Splunk
  * ElasticSearch
  * Azure Sentinel
  * QRadar
  * ArcSight
  * Devo
  * Exabeam
* **Vulnerability Management**
  * Nessus
  * Tenable.io
  * Orca Security
  * Qualys (via HTTP API)
* **Data Sources & DBs**
  * MongoDB
  * PostgreSQL
  * MSSQL
  * MySQL
  * Redis
* **Other Utilities**
  * SSH
  * WMI
  * REST API
  * CSV / JSON input
  * Custom HTTP v2

***

New connectors are added regularly, and custom connectors can be developed using Python. This allows teams to integrate with internal systems or proprietary APIs when required.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inopli.com/rpa-soar/overview/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
