Webhooks

Webhooks defines the outbound event subscriptions that push real-time notifications to partner systems -- for example, notifying a mobile app when a deposit posts or a loan is approved. It lets external platforms stay in sync without polling. Integration admins configure endpoints and the events each should receive.

Webhooks
Webhooks — live screen from the BridgeERP MFI Suite.

Workflow

  1. Open MFI > Configuration > API / Integrations > Webhooks
  2. Click New and enter the partner endpoint URL
  3. Select the events that should trigger a push
  4. Set authentication and retry behaviour
  5. Save and verify delivery via the Webhook Queue

Fields reference

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

FieldTypeRequiredDescription
Events (CSV)
events
TextYesComma-separated event codes or "*" for all.
Name
name
TextYesName
Url
url
TextYesUrl
Secret Key
secret_key
TextYesSecret Key
Active
active
Yes/NoActive
Last Fired At
last_fired_at
Date & timeLast Fired At
Failure Count
failure_count
NumberFailure Count
Api Key
api_key_id
Link → mfi.api.keyApi Key

Notes & rules

  • Model mfi.webhook -- outbound event subscriptions
  • Key fields: endpoint, events, auth, status
  • Related: Webhook Queue, API Keys
  • Used by integration admins

Technical model: mfi.webhook · Record: MFI Webhook Subscription

Was this page helpful?