> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# External Integrations

> Connect external systems to Lobyco: inbound and outbound orchestration connectors, and the event payloads they carry.

How external systems exchange data with Lobyco in real time — the two orchestration connectors, and the schemas of the events that travel over them.

<Columns cols={3}>
  <Card title="InboundAPI integration" icon="arrow-right-to-bracket" href="/integration/external-integrations/inboundapi-integration">
    Let an external system start a flow for a specific customer.
  </Card>

  <Card title="OutboundAPI connection" icon="arrow-right-from-bracket" href="/integration/external-integrations/outboundapi-connection">
    Have a flow call an HTTP endpoint in your system.
  </Card>

  <Card title="Events" icon="code" href="/integration/external-integrations/events">
    JSON Schemas for the event payloads Lobyco publishes.
  </Card>
</Columns>

```mermaid theme={"system"}
flowchart LR
    E["Your system<br/>CDP, CRM, POS"] -->|"Inbound API"| F["Orchestration flow"]
    F -->|"Outbound API"| G["Your system or<br/>Salesforce, Bloomreach, Iterable"]
```

Both connectors are enabled per environment. Contact your Lobyco representative if you don't see them in the orchestration canvas.
