WebhookRaw
The unwrapped raw message as Landbot represents it internally — fields not surfaced in data.
- authorType: stringenum
_type Author class in the
_rawvocabulary (user= customer).values- user
- bot
- agent
- sys
- authorType: string | null
_uuid Stable UUID per bot/agent; null for some types (e.g. notes).
- readType: boolean
- richType: string | null
_text - samuraiType: number
Numeric author marker; sign discriminates class: bot → negative (abs = sender.id); agent → positive (= sender.id = customer.agent_id); sys → 0; customer → field absent. Can change mid-conversation on a Jump-to between bots.
- seqType: number | null
Per-message sequence; helps break timestamp ties within a burst.
- uuidType: string
UUID of this specific message.
- propertyType: anything
Name