Source: factory.conversation/ObjConversationInfobip.py
Infobip WhatsApp engine for the conversation
framework.
Sends messages via the Infobip WhatsApp API using
App token authentication. Supports interactive
...
| Method | Signature | Description |
|---|---|---|
| transmit_message | transmit_message(message: str, to_number: str = '') -> None |
Send a plain-text WhatsApp message via |
| display_context | display_context(opts: dict) -> None |
Send conversation context as a plain-text |
| display_options | display_options(opts: dict) -> tuple |
Send interactive REPLY buttons via the |
Infobip broker for inbound WhatsApp message
routing. Uses URL-based security — no signature
verification needed.
| Method | Signature | Description |
|---|---|---|
| handle_webhook | handle_webhook(body: dict) -> None |
Route inbound Infobip webhook events. |
| run | run() -> None |
Infobip is driven by a FastAPI webhook |