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

# External Triggers

> Trigger Paradime Bolt schedules from outside Paradime: call the Bolt API directly, or run them from an external orchestrator like Airflow or Dagster.

Run Bolt schedules from outside Paradime so your dbt™ runs fit into an existing pipeline. Trigger a schedule directly through the Bolt API, or from an orchestrator such as Airflow or Dagster.

<CardGroup cols={2}>
  <Card title="Bolt API" icon="sparkles" href="/products/bolt/bolt-api">
    Trigger, monitor, and retry runs via the API, SDK, CLI, or webhooks.
  </Card>

  <Card title="Airflow" icon="https://mintcdn.com/paradime-docs/YSYWcEnEwqmaKirI/images/integrations/airflow.svg?fit=max&auto=format&n=YSYWcEnEwqmaKirI&q=85&s=b64baaf2edca1e525bd4d63fa7423f08" href="/products/bolt/external-triggers/airflow" width="128" height="128" data-path="images/integrations/airflow.svg">
    Trigger Bolt schedules from Airflow DAGs with the Paradime dbt provider.
  </Card>

  <Card title="Dagster" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/dagster.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=e92dc5d557e4e95047d0854be36de0b2" href="/products/bolt/external-triggers/dagster" width="250" height="253" data-path="images/integrations/dagster.svg">
    Run Bolt schedules as Dagster assets with the dagster-dbt integration.
  </Card>
</CardGroup>

<Info>
  Give any externally-triggered schedule the [Off trigger type](/products/bolt/creating-schedules/trigger-types#off) (cron `OFF`) so it only runs when you call it.
</Info>


## Related topics

- [Bolt API](/products/bolt/bolt-api.md)
- [Triggers](/products/bolt/creating-schedules/trigger-types.md)
- [Bolt Trigger Integrations](/products/bolt/creating-schedules/trigger-integrations/index.md)
- [Trigger Bolt schedules from Airflow](/products/bolt/external-triggers/airflow.md)
- [Trigger Bolt schedules from Dagster](/products/bolt/external-triggers/dagster.md)
