1. Add an Action of Webhooks by Zapier > Custom Request

    Untitled

  2. Method field

    1. Select POST

      Untitled

  3. URL field

    1. Open flow cloud settings > API & Webhooks

    2. (Optional) Create API key if you haven’t already

      Untitled

    3. Copy Flow ID

      Untitled

    4. In Zapier, put [<https://api.browserflow.app/v1/flows/:flowId/runs>](<https://api.browserflow.app/v1/flows/:flowId/runs>) where :flowId is replaced by the Flow ID that you copied

      Untitled

  4. Data field

    1. If your flow does not have input variables
      1. Leave blank
    2. If your flow has input variables
      1. Copy API data from cloud settings

        Untitled

      2. Paste into Zapier Data field (and fill in input variables if necessary)

        Untitled

  5. Headers field

    1. Copy API key from https://browserflow.app/settings/integrations

      Untitled

    2. Add header with name Authorization and value Bearer <API_KEY>

    3. Add header with name Content-Type and value application/json

      Untitled

  6. Click “Test action”

  7. Verify that the request was sent successfully

    Untitled

  8. Verify that a flow was run in cloud settings

    Untitled