# How To Set Up SMS API Using Adasms (Malaysia SMS Provider)

For Malaysian users, you can set SMS API in Inboxhour system using this local SMS provider, [**Adasms.com**](https://adasms.com/)**.** To use this, make sure you already register or have **Adasms** account. For testing purpose, you need to have credits in your Adasms account.

By setting the SMS API, you can easily use it for any SMS related features in Inboxhour such as broadcasting features and sequence message campaign.&#x20;

For API name, you can put any name and for the http url, you can use the url below. Need to copy all the url to make it works.&#x20;

```
https://terminal.adasms.com/api/v1/send?_token=XXreplacetokenhereXX&phone=6013xxxxxxx&message=Testing sending message using Adasms, cheapest and easiest SMS gateway EVER&callback_url=https://myserver.com.my/callback_receive
```

Replace the ***XXreplacetokenhereXX*** to your Adasms secret key / token

Please take a look on the tutorial video below:

{% embed url="<https://www.youtube.com/watch?v=10U2ubzA0Yk>" %}


---

# 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://help.inboxhour.com/broadcasting/how-to-set-up-sms-api-using-adasms-malaysia-sms-provider.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.
