simulate_incoming_message
Simulate an external sender sending an inbound message to your app via Telegram or WhatsApp, triggering real webhook processing for end-to-end testing.
Instructions
Simulate an external user sending an inbound message to the app. channel: telegram (via /telegram/client/sendMessage) or whatsapp. app: registered app name to target; overrides set_app for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| text | Yes | ||
| extra | No | ||
| sender | Yes | ||
| channel | Yes |