Appearance
Zapier Integration
Connect Capture with thousands of popular apps using Zapier. Our Zapier integration allows you to trigger workflows in other applications whenever a new capture is created in your team. This can be useful for creating tasks in your project management tool, sending notifications to a messaging app, or adding a new row to a spreadsheet.
Setting up the Zapier trigger
To get started, you'll need to create a new Zap in your Zapier account.
- From your Zapier dashboard, click the + Create Zap button.
- In the "Trigger" step, search for and select the Capture app.
- For the trigger event, choose New Capture.
- You will then be prompted to connect your Capture.dev account.
- After connecting your account, Zapier will test the trigger by attempting to fetch a recent capture from your team. If no captures are found, you may need to create a test capture to proceed.
- Once the test is successful, you can configure the action step of your Zap to send the capture data to any of Zapier's supported applications.
Trigger payload
When a new capture is created, the following fields will be sent to Zapier and will be available to use in your action steps:
Field | Type | Description |
---|---|---|
id | string | A unique identifier for the capture. |
title | string | The title of the bug report. |
description | string | The description of the bug report supplied by the reporter. |
thumbnailUrl | string | A URL to a thumbnail image of the capture. This can be null if a thumbnail is not available. |
url | string | The URL of the full bug report |
priority | string | The priority of the bug report. Possible values are none , low , normal , high , and urgent . |
createdAt | string | The date and time when the capture was created. |