Add an Action of Webhooks by Zapier > Custom Request

Method field
Select POST

URL field
Open flow cloud settings > API & Webhooks
(Optional) Create API key if you haven’t already

Copy Flow ID

In Zapier, put https://api.browserflow.app/v1/flows/:flowId/runs where :flowId is replaced by the Flow ID that you copied

Data field
Copy API data from cloud settings

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

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

Add header with name Authorization and value Bearer <API_KEY>
Add header with name Content-Type and value application/json

Click “Test action”
Verify that the request was sent successfully

Verify that a flow was run in cloud settings
