---
title: "Update Custom Trigger Settings"
method: PUT
path: "/developer/custom-triggers/settings"
tags: ["Developer", "Developer - Custom Triggers"]
---

# Update Custom Trigger Settings

`PUT /developer/custom-triggers/settings`

Arm or disarm lead creation from captured events.

Turning this on is the moment a customer's automation starts placing real
calls, so it's logged at info with the acting user.

## Request body

- CustomTriggerSettingsUpdate
  - `outbound_lead_creation_enabled` boolean, required — When false (the default), events are still captured and mapped and the resolved lead is recorded on the event as a dry run, but no OutboundLead or call is created.

## Response `200`

Successful Response

- CustomTriggerSettingsResponse — The arm switch: whether captured events create real outbound leads.
  - `outbound_lead_creation_enabled` boolean, required

## 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)
