# Zapier & OnlyFans - Quickstart (/integrations/zapier)





















import { DownloadIcon, ZapIcon } from "lucide-react";
import { Step, Steps } from "fumadocs-ui/components/steps";
import { Card } from "fumadocs-ui/components/card";

## Prerequisites

To get started, you must have:

* An OnlyFans API account with a creator account connected
* A [Zapier](https://zapier.com) account

## Getting started

<Steps>
  <Step>
    Log in to your Zapier account.
  </Step>

  <Step>
    Install our Zapier app:

    <Card icon={<DownloadIcon className="text-fd-primary" />} href="https://zapier.com/developer/public-invite/227143/bfb7f34aa95032c5d8801a65821e4a5c/" title="Install our Zapier app" className="w-fit">
      It only takes a few seconds.
    </Card>
  </Step>
</Steps>

## Connecting your OnlyFans API account to Zapier

<Steps>
  <Step>
    ### Create a new Zap, or edit an existing one \[!toc]

    <Card icon={<ZapIcon className="text-fd-primary" />} href="https://zapier.com/webintent/create-zap" title="Create new Zap" className="w-fit">
      Build automated OnlyFans workflows by creating your first Zap.
    </Card>
  </Step>

  <Step>
    ### Choose the OnlyFans API App as the trigger \[!toc]

        <img alt="" src={__img0} />
  </Step>

  <Step>
    ### Select a trigger event \[!toc]     <img alt="" src={__img1} />
  </Step>

  <Step>
    ### Create a new API key from the OnlyFans API Console \[!toc]

    <Steps>
      <Step>
        #### Go to the OnlyFans API console -> API Keys \[!toc]

                <img alt="" src={__img2} placeholder="blur" />
      </Step>

      <Step>
        #### Create a new API key from the OnlyFans API Console \[!toc]

                <img alt="" src={__img3} placeholder="blur" />
      </Step>

      <Step>
        #### Give it a name, and press "Add" \[!toc]

                <img alt="" src={__img4} placeholder="blur" />
      </Step>

      <Step>
        #### Copy the API key to your clipboard \[!toc]

                <img alt="" src={__img5} placeholder="blur" />
      </Step>
    </Steps>
  </Step>

  <Step>
    ### Connect Zapier with OnlyFans API \[!toc]     <img alt="" src={__img6} placeholder="blur" />
  </Step>

  <Step>
    ### Paste the API Key into the Zapier connection window \[!toc]

        <img alt="" src={__img7} placeholder="blur" />
  </Step>

  <Step>
    ### Your Zapier account is now connected to OnlyFans API \[!toc] If all went

    well, under "Account", Zapier will show your API key name, and the name of
    your OnlyFans API team.     <img alt="" src={__img8} placeholder="blur" />
  </Step>
</Steps>

<Callout type="success" title="That's it!">
  You're now ready to use the OnlyFans API app in your Zaps.
</Callout>
