Sending Documents via WhatsApp Flow
How to configure documents for signature using WhatsApp Flow
The WhatsApp Flow feature allows documents to be signed directly within WhatsApp, without the need to open external links. The entire signing process happens inside the conversation, offering greater convenience and a seamless experience for signers.
How to use
To use the WhatsApp Flow signing feature, simply attach a file in Markdown (.md) format when creating the document. The contents of the file will be displayed directly in the WhatsApp conversation, allowing the signer to review the information and complete the signature process without leaving WhatsApp.
If the Markdown file is not attached, the document will be sent in the traditional format, and the signer will receive a link to access the signing platform outside WhatsApp.
For other signers who are not configured to sign via WhatsApp, the document will be rendered normally and the flow will follow the standard signing process.
Supported Markdown tags
The WhatsApp API only supports the following Markdown tags:
# Text Heading
## Text Subheading
Normal Paragraph
**bold**
*italic*
~~strikethrough~~
Unordered list does NOT accept sublevels
+ Item 1
+ Item 2
Ordered list also does NOT accept sublevels
1. Item 1
2. Item 2

TABELA
| Header 1 | Header 2 | Header 3 |
| -------- | -------- | -------- |
| Row 1 | Data 1 | More Data |
| Row 2 | Data 2 | More Data |
| Row 3 | Data 3 | More Data | Last updated
Was this helpful?