Guides 3 min 31 марта 2026 г.
Getting Started with FormHook
Learn how to set up your first site, integrate the SDK, and start receiving leads in under 5 minutes.
Getting Started with FormHook
FormHook is a headless lead capture infrastructure that lets you collect form submissions from any website and route them to Telegram, Email, or Webhooks.
Step 1: Create Your Account
Sign up at our dashboard and create your first site. You’ll get a unique site key that identifies your form endpoint.
Step 2: Verify Your Domain
Add a DNS TXT record to prove you own the domain. This ensures only authorized sites can submit data.
Step 3: Integrate the SDK
Drop our lightweight JavaScript SDK into your page:
<script src="https://app.form-hook.com/sdk/v2/formhook.min.js"></script>
<script>
const sdk = new FormHookSDK({
endpoint: 'https://app.form-hook.com',
siteKey: 'YOUR_SITE_KEY'
});
sdk.submit({ name: 'John', email: 'john@example.com' });
</script>
Step 4: Set Up Notifications
Configure where you want to receive notifications — Telegram bot, email address, or a webhook URL.
That’s it! You’re now capturing leads with anti-spam protection, retry logic, and full delivery logging.