FlowRunner.CustomBlocks.WhatsAppVideoCallRequest (flow_runner v6.15.1)

Copy Markdown

A block to handle WhatsApp video call messages.

WhatsApp video call messages send the user an interactive message with a "Call Now" button that lets them start a WhatsApp call to the business. This block handles the display of the request with a text message and a call button.

The video_call_request block compiles to this FLOIP block. The text config parameter is required for the body message; display_text is an optional label for the call button (the channel falls back to "Call Now" when omitted).

Unlike request_location or call_permission_request, a video call message is fire-and-forget: there is no structured reply to wait for, so execution continues immediately to the next block.

Summary

Functions

Returns all block documentation defined in this module.

Functions

block_docs()

@spec block_docs() :: [Keyword.t()]

Returns all block documentation defined in this module.

Each block doc entry is a keyword list with keys like :type, :description, :config, etc., plus a :category key added from @block_category.