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

  1. Open flow settings > API & Webhooks

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

  1. Copy Flow ID

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

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

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

5: Headers field

  1. Copy API key

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

  2. Add header with name Content-Type and value application/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