Skip to main content
POST
Receive Webhook

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

webhook_id
string
required
Required string length: 1 - 128

Response

Duplicate webhook delivery accepted

webhook_event_id
string<uuid>
required
webhook_definition_id
string<uuid>
required
project_id
string<uuid>
required
conversation_id
string<uuid> | null
required
message_id
string<uuid> | null
required
run_id
string | null
required
canonical_run_id
string<uuid> | null
required
latest_event_id
integer | null
required
Required range: x >= 0
status
string
required
duplicate
boolean
required
error_code
string | null
required
error_message
string | null
required
invoked_by
string | null
required
manual_invoked_by_user_id
string<uuid> | null
required
received_at
string | null
required
completed_at
string | null
required
payload
unknown