---
title: "Update Zapier Config"
method: PUT
path: "/developer/zapier-config"
tags: ["Developer", "Developer - Zapier"]
---

# Update Zapier Config

`PUT /developer/zapier-config`

## Request body

- UpdateZapierConfigRequest — Update the developer Zapier config. Omitted fields are left unchanged.
  - `zapier_prompt` string, nullable — Optional supplemental guidance
  - `dry_run` boolean, nullable — Dry-run toggle

## Response `200`

Successful Response

- ZapierConfigResponse — Developer-configured Zapier output settings. The output field set is a hardcoded model (ZapierLeadOutput); this config only carries the optional supplemental guidance prompt and the dry-run flag.
  - `zapier_prompt` string, nullable — Optional firm-specific guidance appended to the base mapping prompt
  - `dry_run` boolean — When true, generate + log the payload but do not transmit

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
