FlowRunner. CustomBlocks. WhatsAppVoiceCallRequest
(flow_runner v6.15.1)
Copy Markdown
A block to handle WhatsApp voice call messages.
WhatsApp voice 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 voice_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 voice 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
@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.