# Getting Ready for Inbound Conversations

In this document, we will help you to prepare for inbound conversations. An inbound conversation happens when a customer sends you the first message and you respond to continue the chat. However, chatting with customers on WhatsApp is not as simple. WhatsApp has its set of rules for messaging. Here are some of the topics that we’ll cover for WhatsApp Inbound Conversations:

* Understanding Customer Service Window
* Submit and Send a WhatsApp Message Template
* Adding a WhatsApp button to your Facebook page

### Understanding Customer Service Window <a href="#understanding_customer_service_window" id="understanding_customer_service_window"></a>

A Customer Service Window is the 24-hour period when a customer initiates a conversation with your business. Once you reply to the customer, a service conversation will be opened. Once it has been more than 24 hours since customers last messaged you, you will be outside the customer service window. You can use a message template if you need to follow up with a customer.

{% hint style="info" %}
Learn more about [Customer Service Window here](https://developers.facebook.com/docs/whatsapp/conversation-types/#customer-service-window).
{% endhint %}

### Submit and Send a WhatsApp Message Template <a href="#submit_and_send_a_whats_app_message_template" id="submit_and_send_a_whats_app_message_template"></a>

A WhatsApp message template is sent outside the Customer Service Window and will reopen conversations with customers. This will help you follow up with customers that have not replied. We have prepared a sample message template that you can send as a follow-up to your customers.

### **Sample message template:**

*“Hello {{1}}, I'd like to follow up on our previous conversation. Is there anything else you need assistance with? Let me know and I'll be happy to help.”*

However, you will need to [submit the message template](/ismessenger/messaging-channels/whatsapp/whatsapp-messaging-templates.md) for approval first.

You need to have sufficient balance to send message templates. You can top-up your credits in your WhatsApp Fees on the IS-Mesenger platform. Learn more about WhatsApp Fees here.

### **Steps to send the message template:**

1. Click the **Send Message Template** button in the messaging bar.
2. Select the sample template to send to your Contact.
3. Add the parameter text (*$contact.name*).
4. Review the information and click **Send.**

{% hint style="info" %}
You can also create and use your own message templates. Learn more [about message templates here](/ismessenger/messaging-channels/whatsapp/whatsapp-messaging-templates.md).
{% endhint %}

### Adding a WhatsApp button to your Facebook page <a href="#adding_a_whats_app_button_to_your_facebook_page" id="adding_a_whats_app_button_to_your_facebook_page"></a>

Adding a WhatsApp button to your Facebook page is a simple and effective way to get customers to message you. When a customer clicks the button, this opens a free entry point conversation where you will get a 72-hour [free entry point conversation](/ismessenger/messaging-channels/whatsapp/whatsapp-pricing.md) window, unlike the regular 24-hour customer service window. This gives you more time to respond to customer inquiries and provide them with the assistance they need without additional charges.

### **What you need to add a WhatsApp button to your Facebook page**:

* A WhatsApp Business Account (WABA) linked to your phone number.
* A Facebook Business page.

### **Steps to add a WhatsApp button to your Facebook Business Page:**

1. On your Facebook page, click **Settings.**
2. Click **Linked Accounts**.
3. Select **WhatsApp** on the left panel and enter the phone number used for your WABA.
4. Click **Send WhatsApp Code** to verify your number. You will receive a code on WhatsApp.
5. Enter the code and click **Confirm**.
6. Click **Add Button** to add the WhatsApp button to your Facebook page.

{% hint style="info" %}
Learn more about how you can [maximize entry points here](/ismessenger/messaging-channels/whatsapp/whatsapp-pricing.md).
{% endhint %}

#### Next Steps <a href="#next_steps" id="next_steps"></a>

You’ve learned about Customer Service Window, sent a message template to follow up on your customers and added an entry point for customers to reach out to you. You’re ready for the next step - [Getting Ready for Promotional Messaging](https://help.respond.io/whatsapp/getting-ready-for-promotional-messaging).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.is-messenger.com/ismessenger/messaging-channels/whatsapp/getting-ready-for-inbound-conversations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
