Providers

Configuration for the WhatsApp Business API providers (BSPs) that connect the suite to the WhatsApp network. Each record holds the phone-number ID, API credentials and webhook settings used to send and receive messages. Correct provider setup is the prerequisite for the entire channel to operate.

Providers
Providers — live screen from the BridgeERP MFI Suite.

Workflow

  1. Open Providers under Configuration.
  2. Create a provider and enter its business phone-number ID.
  3. Configure the API token and webhook/callback URL.
  4. Set test or production mode.
  5. Activate so conversations and sends route through it.

Fields reference

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

FieldTypeRequiredDescription
Provider Code
provider_code
Choice: Meta Cloud API (Direct), 360dialog Hub, Twilio WhatsApp, Generic RESTYesDriver to dispatch outbound messages and parse webhooks.
Base Url
base_url
TextOverride base URL. For meta_cloud defaults to https://graph.facebook.com/v17.0
WABA Phone Number ID
phone_number_id
TextMeta-assigned phone-number-id of the WABA sender.
Api Key
api_key
TextAlternate API key field for 360dialog.
Webhook Verify Token
webhook_verify_token
TextRandom token presented to Meta during /webhook GET handshake.
App Secret
app_secret
TextMeta App Secret — used to HMAC-SHA256-verify incoming webhooks.
Webhook Url
webhook_url
TextPublic URL to register with Meta / BSP.
Default For Sending
default_for_sending
Yes/NoPick this provider when none is explicitly selected.
Rate Limit Per Minute
rate_limit_per_minute
NumberMax outbound messages per phone per minute.
Name
name
TextYesName
Environment
environment
Choice: Sandbox, ProductionYesEnvironment
Sequence
sequence
NumberSequence
Active
active
Yes/NoActive
WhatsApp Business Account ID
waba_id
TextWhatsApp Business Account ID
Twilio Account SID
twilio_account_sid
TextTwilio Account SID
Twilio Auth Token
twilio_auth_token
TextTwilio Auth Token
Twilio From (e.g. whatsapp:+14155238886)
twilio_from
TextTwilio From (e.g. whatsapp:+14155238886)

Actions & buttons

Buttons available on this screen and what they do:

  • Check Credentials
  • Rotate Verify Token

Notes & rules

  • Model mfi.whatsapp.provider; the Business API/BSP connection master.
  • Holds phone-number ID, API credentials and webhook config.
  • Test vs production toggle governs live messaging.
  • Referenced by conversations, messages and the send wizard.

Technical model: mfi.whatsapp.provider · Record: WhatsApp Business Provider

Was this page helpful?