# Webhooks

Receive an HTTP POST to your URL for every accepted FormsReach submission - zero credit cost.

## Overview

Webhooks push submission payloads to your HTTPS endpoint so you can sync CRMs, automation tools, or custom backends.

## Setup

1. Form → Webhooks channel.
2. Enter your HTTPS endpoint URL.
3. Submit a test and verify your server receives the POST.

## Credits

Webhooks cost **0 credits**.

## Implementation tips

- Respond quickly with 2xx; do heavy work asynchronously
- Verify authenticity using any signing/secret options exposed in the dashboard if enabled
- Log non-2xx responses for retry design on your side

## Related

- [Discord](/docs/channels/discord/) (specialized webhook embed)
- [Programmatic submit (JS SDK)](/docs/submit-api/json/)
