Skip to content

Integration Guide

Connect FlowForms with Your Tools

FlowForms integrates with Wave Accounting, Telegram, Signly, and custom webhooks.


Wave Accounting

Send quotation data directly to Wave Accounting for invoice management.

Setup

  1. In the form editor, go to Actions step
  2. Enable Wave Accounting
  3. Enter your Wave API token
  4. Enter your Business ID
  5. Save changes

How It Works

  1. When a form is submitted, FlowForms searches Wave for an existing customer by company name
  2. If found: PATCH the existing customer record
  3. If not found: CREATE a new customer
  4. Customer ID is saved with the submission for deduplication

Wave API Retry

FlowForms includes automatic retry logic (5 attempts with 500ms delays) for Wave API reliability issues.


Telegram

Receive instant notifications when forms are submitted.

Setup

  1. In the form editor, go to Actions step
  2. Enable Telegram
  3. Enter your Bot Token (from @BotFather)
  4. Enter your Chat ID
  5. Save changes

Notification Format

When a form is submitted, Telegram receives a formatted message with:

  • Customer name and contact details
  • Selected products/services
  • Total quotation amount
  • Link to view submission

Signly Integration

Automatically create signing requests from form submissions.

How It Works

  1. Form submission triggers a document generation
  2. PDF is created from form data
  3. Signly receives the document with signer details
  4. Signing request is sent automatically

Setup: Configure via VERIFICATION_FROM_FORMS secret (see Developer Guide)


Custom Webhooks

Trigger external systems when forms are submitted.

Setup

  1. In the form editor, go to Actions step
  2. Enable Custom Callback
  3. Enter your Webhook URL
  4. Configure payload format (optional)
  5. Save changes

Payload

The webhook receives the full submission data as JSON, including:

  • Customer contact details
  • Selected options and pricing
  • Form metadata (ID, slug, timestamps)

Email Configuration

See the Email Guide for detailed email template setup with merge fields and conditional content.