FlowRunner. CustomBlocks. WhatsAppCallPermissionRequest
(flow_runner v6.15.1)
Copy Markdown
A block to handle WhatsApp call permission request messages.
WhatsApp call permission request messages allow businesses to ask the user for permission to call them. This block handles the display of the permission request with a text message and a permission button.
The call_permission_request block compiles to this FLOIP block.
The text config parameter is required for the request message.
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.