Skip to content

Commit 1d623f3

Browse files
committed
review comments
1 parent 670e18c commit 1d623f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/get-started/messages-quickstart-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@ Add send_template_message() call to the [main method](#basic-program-structure).
274274

275275
Now, the user needs to respond to the template message. From the WhatsApp user account, reply to the template message received from the WhatsApp Business Account. The content of the message is irrelevant for this scenario.
276276

277-
> [!IMPORTANT]
278-
> The recipient must respond to the template message to initiate the conversation before text or media message can be delivered to the recipient.
279-
280277
#### Run the code for send template based message
281278

282279
To run the code, make sure you are on the directory where your `messages-quickstart.py` file is.
@@ -290,6 +287,9 @@ Azure Communication Services - Advanced Messages Quickstart
290287
WhatsApp Templated Message with message id <GUID> was successfully sent to <ToRecipient>.
291288
```
292289

290+
> [!IMPORTANT]
291+
> The recipient must respond to the template message to initiate the conversation before text or media message can be delivered to the recipient.
292+
293293
#### (Option 2) Initiate conversation from user
294294

295295
The other option to initiate a conversation between a WhatsApp Business Account and a WhatsApp user is to have the user initiate the conversation.

0 commit comments

Comments
 (0)