Skip to content

Commit e45b7c8

Browse files
Update 02. Send the contact a message.md (#561)
* Update 02. Send the contact a message.md Removed the incorrect link, added a few more details on sticker format * Fix: Hyperlink + html syntax * Fix HTML list formatting in message documentation
1 parent 5dc156f commit e45b7c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/4. Product Features/03. Flows/2. Flow Actions/02. Send the contact a message.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<tr>
33
<td><b>4 minutes read</b></td>
44
<td style={{ paddingLeft: '40px' }}><b>Level: Beginner</b></td>
5-
<td style={{ paddingLeft: '40px' }}><b>Last Updated: October 2025</b></td>
5+
<td style={{ paddingLeft: '40px' }}><b>Last Updated: January 2026</b></td>
66
</tr>
77
</table>
88

@@ -66,14 +66,14 @@ Important Notes:
6666

6767
<ul>
6868
<li> Stickers and audio files can only be sent as standalone messages. A sticker or audio file cannot be combined with a message body.</li>
69-
<li>WhatsApp business API doesn't support .gif files to be sent as attachments. To read more about this, please refer to this <a href="https://developers.facebook.com/docs/whatsapp/cloud-api/reference/media">link</a></li>
70-
<li>Size limits for attachments are as follows. More details about file formats can be found <a href="https://developers.facebook.com/docs/whatsapp/on-premises/reference/media">here</a></li>
69+
<li>WhatsApp business API doesn't support .gif files to be sent as attachments.</li>
70+
<li>Size limits for attachments are as follows.To read more about this, please refer to this <a href="https://developers.facebook.com/documentation/business-messaging/whatsapp/business-phone-numbers/media">link</a></li>
7171
<ul>
7272
<li>Image: 5.12 MB</li>
7373
<li>Video: 16.384 MB</li>
7474
<li>Audio: 16.384 MB</li>
7575
<li>Document: 102.4 MB</li>
76-
<li>Sticker: 0.09 MB. Additionally, WhatsApp supports only 512×512 px dimensions.</li>
76+
<li>Sticker: 0.09 MB. Additionally, WhatsApp supports only 512 × 512 px images in .webp format.</li>
7777
</ul>
7878
</ul>
7979

0 commit comments

Comments
 (0)