Webhook Queue

Webhook Queue shows the pending and processed outbound webhook events with their delivery status, attempts and any failures. It lets admins confirm partners are receiving events and retry deliveries that did not land. It is essential for diagnosing sync gaps in real-time integrations.

Webhook Queue
Webhook Queue — live screen from the BridgeERP MFI Suite.

Workflow

  1. Open MFI > Configuration > API / Integrations > Webhook Queue
  2. Filter by webhook, status or date
  3. Open a failed event to read the error and response
  4. Retry delivery where the endpoint is now reachable
  5. Monitor the queue to confirm events drain successfully

Fields reference

Every field on this screen, drawn from the live data model.

FieldTypeRequiredDescription
Webhook
webhook_id
Link → mfi.webhookYesWebhook
Event Type
event_type
TextYesEvent Type
Payload
payload
Long textYesPayload
Res Model
res_model
TextRes Model
Res
res_id
NumberRes
State
state
Choice: Queued, Sent, Failed, Dead LetterState
Attempts
attempts
NumberAttempts
Last Error
last_error
Long textLast Error
Last Attempt At
last_attempt_at
Date & timeLast Attempt At
Next Attempt At
next_attempt_at
Date & timeNext Attempt At

Status lifecycle

Records on this screen move through these statuses:

Queued → Sent → Failed → Dead Letter

Notes & rules

  • Model mfi.webhook.event -- delivery queue
  • Key fields: webhook, payload, status, attempts
  • Related: Webhooks, API Logs
  • Used by integration admins

Technical model: mfi.webhook.event · Record: MFI Webhook Event Queue

Was this page helpful?