ApichatWebhookCustomer

The customer this conversation belongs to: Landbot identifiers plus the customer's Field bag. Custom Fields set by a Set-Field block appear as ADDITIONAL top-level keys (only on webhooks emitted after the block runs) and may be type-mangled — treat values as strings unless guaranteed otherwise. No Platform-style metadata (agent_id/is_external/country/url/archived).

  • email
    Type: string | null

    Default placeholder Field; null if unset.

  • id
    Type: number

    Landbot-assigned internal customer ID, stable across messages.

  • name
    Type: string | null

    Default placeholder Field; null if unset.

  • phone
    Type: string | null

    Default placeholder Field; null if unset.

  • register_date
    Type: number

    Unix epoch seconds (integer floor).

  • token
    Type: string

    The customer_token from POST /send/{customer_token}/ — use it to correlate envelopes.

  • propertyName
    Type: anything