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

# Integrations

> Connect FlowSign to Zapier, n8n, Make and Power Automate.

Every platform below works with FlowSign today through the public API and webhooks, using nothing but that platform's own HTTP and webhook steps. No FlowSign app needs to be installed.

<CardGroup cols={2}>
  <Card title="Zapier" icon="zap" href="/integrations/zapier">
    Catch FlowSign webhooks with Webhooks by Zapier and call the API with a Custom Request.
  </Card>

  <Card title="n8n" icon="workflow" href="/integrations/n8n">
    Catch FlowSign webhooks with the Webhook node and call the API with HTTP Request.
  </Card>

  <Card title="Make" icon="shuffle" href="/integrations/make">
    Catch FlowSign webhooks with a Custom webhook and call the API with HTTP.
  </Card>

  <Card title="Power Automate" icon="plug-zap" href="/integrations/power-automate">
    Catch FlowSign webhooks with an HTTP trigger and call the API with the HTTP action.
  </Card>
</CardGroup>

Calling the API needs a Bearer API key (`fsk_...`); create one at **Settings > API keys** ([my.flowsign.app/settings/api-keys](https://my.flowsign.app/settings/api-keys)). See [Authentication](/api-reference/authentication). Receiving events needs a webhook endpoint at **Settings > Webhooks** instead, no API key required; see [Webhooks](/webhooks/overview).
