> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/platform/integrations/zapier.md).

# Zapier

Connect Zapier to DoesQA so Zaps can start a Run from the apps your team already uses. A Webhooks by Zapier step calls the [Universal Webhook](/platform/integrations/universal-webhook.md).

## Why use it

* Start DoesQA from CRM updates, form submits, deploy events, or any Zapier trigger.
* Keep the same key, tags, and Recipes you use in CI.
* Let DoesQA [Notifications](/configuration/notifications.md) deliver results while the Zap moves on.

## Before you start

1. Create an Active CI/CD webhook key under **Settings → CI/CD**. See [CI / CD](/configuration/ci-cd.md).
2. Copy your **Account ID** from Account Settings.
3. Keep the key in a Zapier storage field or vault your team already trusts.

## Add a Webhooks step

1. Add **Webhooks by Zapier → Custom Request** (or **POST**).
2. Set **Method** to `POST`.
3. Set **URL** to:

```
https://app.does.qa/api/hook/ACCOUNT_ID?key=YOUR_KEY&withAll=smoke&label=zapier
```

4. Leave the body blank for a simple start, or send `x-api-key` as a header with your CI/CD key and omit `key` from the query string.
5. Test the step and open DoesQA to confirm the Run appeared.

{% hint style="info" %}
**Pro tip:** Map dynamic Zap fields into `label` or URL-encoded `values` so each Run shows which Zap and record started it.
{% endhint %}

### Select Flows and Values

Use the same query options as the [Universal Webhook](/platform/integrations/universal-webhook.md). Example with a Recipe:

```
https://app.does.qa/api/hook/ACCOUNT_ID?key=YOUR_KEY&recipe=4sJz2&label=zapier-release
```

## Related

* [Integrations](/platform/integrations.md)
* [Universal Webhook](/platform/integrations/universal-webhook.md)
* [Make](/platform/integrations/make.md)
* [n8n](/platform/integrations/n8n.md)
* [CI / CD](/configuration/ci-cd.md)
* [Notifications](/configuration/notifications.md)
