PeopleTide CRM

Integration guide

Connect a registered website form.

Register a form, choose browser or server ingress, and use the accepted submission as an explicit workflow trigger.

Updated 13 September 2026 · 8 min read

Choose ingress

Browser and server submissions have different trust boundaries.

Browser setup

Provision the form before accepting traffic.

  1. 01

    Register the form

    In Settings → Integrations → Web Forms, create the form and select its stable type.

  2. 02

    Allow exact origins

    Add each HTTPS website origin without a path. Requests from another origin are rejected.

  3. 03

    Configure bot verification

    Complete Turnstile provisioning so the form becomes active.

  4. 04

    Send an idempotent request

    Generate one UUID per user submission and reuse it only when retrying that same payload.

  5. 05

    Publish a workflow

    A receipt does not create CRM records by itself. Use a web-form-submitted workflow to decide the action.

Response

HTTP 202 means the submission was accepted.

Accepted submission
{
  "accepted": true,
  "submissionId": "0f4f0c75-916a-4adc-a5a5-ef1ec43ff35e"
}