Follow these steps to connect your WhatsApp number to TailorTalk Agent.
Add Channels integration option.Whatsapp Channel.
Click on Get Started

Log in using your Facebook account

Choose an existing business portfolio or create a new one. Provide the necessary details, such as the business name, website, and other relevant information. Ensure that the business name matches your legal business name for consistency. Then click on next.

Now it's time to create a Cloud WhatsApp account. Create a new WhatsApp account and click Next to proceed.

Fill in the WhatsApp information, including your WhatsApp Business Account Name and Display Name. Ensure the Display Name matches the name on your website (e.g., if your company name is TailorTalk, use "TailorTalk" as the Display Name). Also, provide your website details, and then click 'Next' to continue.


Now enter your WhatsApp number. Ensure that this number is not already registered on the WhatsApp app.

Enter OTP and click next

Click on Finish to complete the setup. If you wish to send outbound messages, click on Add Payment Method and complete the payment setup.

Once connected, your TailorTalk agent will be able to communicate with customers via WhatsApp using the registered number.
By following these steps, you ensure a smooth integration process, allowing your AI agent to handle WhatsApp conversations seamlessly.

Go to this link to access your WhatsApp number settings. Here, you can upload a profile picture, update the description, and change other settings.
Follow these steps to add the WhatsApp Widget to your website and customize its appearance and behavior.
Whatsapp channel.Generate widget.
Please enter your preferred settings and information and test the widget within it.

| Parameter | Type | Default | Description | Required |
|---|---|---|---|---|
| Position | string | Bottom-right | Position of the widget on the screen. | Yes |
| buttonText | string | Chat with us | Text displayed on the widget button. | Yes |
| welcomeMessage | string | (default message) | Welcome message shown to users. | No |

Choose your integration method and add the code as follows:
HTML Website:
Paste the code just before the closing </body> tag in your main HTML file (e.g., index.html).
React Application:
Place the code inside a useLayoutEffect (or useEffect) in your main component (e.g., App.js).
You can also create a dedicated component for the widget.
Next.js Application:
Use the code in your main layout or page file.
Make sure to import next/script as Script.