Running a flow from Zapier
Running a flow from Zapier
1: Add an Action of Webhooks by Zapier > Custom Request

2: Method field -> Select POST

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

Copy Flow ID

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

4: Data field
If your flow does not have input variables
Leave blank
If your flow has input variables
Copy API data from cloud settings

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

5: Headers field
Copy API key

Add header with name
Authorizationand valueBearer <API_KEY>Add header with name
Content-Typeand valueapplication/json

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

8: Verify that a flow was run in cloud settings
Last updated