> For the complete documentation index, see [llms.txt](https://guides.orderla.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.orderla.my/orderla-plus/integration-with-wasapbot.my.md).

# Integration with Wasapbot.my

{% hint style="info" %}
Wasapbot is a third party system that help you to send WhatsApp message onbehalf of yourself. If you don't have account yet please register here: [https://wasapbot.my/go/3204](https://wasapbot.my/go/3204/)
{% endhint %}

## Wasapbot Setup

Open Wasapbot then login, then click on the arrow button.&#x20;

{% hint style="info" %}
The dashboard will be open in a new window. If you has popup blocker, you need to open it manually.&#x20;
{% endhint %}

<figure><img src="/files/IcGQ46OlAkSlo2U9NOzr" alt=""><figcaption></figcaption></figure>

Next, navigate to 'Account Manager' from the left side menu.&#x20;

<figure><img src="/files/GqKYNhNIQcw9nKwwl7sY" alt=""><figcaption></figcaption></figure>

Click '+ Add Account'.

<figure><img src="/files/EHK4ERpZ5MJRywGYgxE7" alt=""><figcaption></figcaption></figure>

It will show you a QR Code.&#x20;

<figure><img src="/files/c9cJ1q83JTaxBbM5b4aP" alt=""><figcaption></figcaption></figure>

Now, open your WhatsApp App on mobile, go to Settings > Linked devices. Click 'Link device'. Scan the QR Code from the previous Wasapbot adding account.

<figure><img src="/files/Ehu04RC3l26UKL56lyN7" alt=""><figcaption></figcaption></figure>

After your device registration succeed, go back to Wasapbot, go to 'Profile' on the left side menu.

(2) Select WhatsApp account, then (3) select the account that you have added.

<figure><img src="/files/ILMN1BAjLHklIkYaMKZr" alt=""><figcaption></figcaption></figure>

It will show you your device info for you to copy to Orderla settings.

<figure><img src="/files/o1vyl4blPYTD3FurKr5G" alt=""><figcaption></figcaption></figure>

Now back to Orderla.my's Wasapbot settings, at <https://orderla.my/admin/messaging-services/wasapbotmy>.

Copy the access token and instance ID to Orderla.my's Wasapbot settings, and click 'Save Changes'

<figure><img src="/files/kW7jO1NQr6Q5tYVFkJca" alt=""><figcaption></figcaption></figure>

## Settings the Autoresponder For Order Received

Once your setup is done, you may need to update your order form's editor > Integration tab. Scroll down to WhatsApp Notifications like below.&#x20;

<figure><img src="/files/b1ltrVpI70vfyaU6jKEj" alt=""><figcaption></figcaption></figure>

Switch on the toggle if you want to send the message to Customer when your customer place an order or when your payment was successful (only works with payment gateway integration).

Edit your message in the text field. Lastly click 'Save' on the top of the page.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.orderla.my/orderla-plus/integration-with-wasapbot.my.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
