> For the complete documentation index, see [llms.txt](https://postman-v2.guides.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postman-v2.guides.gov.sg/postman-v2-admin-portal-for-ui-users-internal/how-do-i-onboard-postman-v2-internal-sms/5.-send-a-test-message.md).

# 5. Send a Test Message

## Send a test message on Twilio

Note that this step is done in Twilio, not Postman, yet.

Navigate back to the console and under **Try it out**, select **Send an SMS.** Insert your own phone number and select the messaging service that you set up earlier in step 4.

Type your message and click send to check if you receive the SMS and if the Sender ID is accurate.

<figure><img src="/files/RMwW8ByGOK4hF8pQXBP8" alt=""><figcaption><p>Send a test SMS</p></figcaption></figure>

**If you encounter an error with sending a test SMS**, it is likely that the Sender ID has yet to be mapped to Twilio. You may reach out to us so that we can link you up with our Twilio account manager.

**If you don't receive your test SMS**, it is likely that this Sender ID has been taken by another agency. You should use the Alphanumeric Sender ID that you have registered with SGNIC in this field.

## Send a message on Postman

Once you have successfully sent a test message on Twilio, you will be able to start sending messages on Postman.

**If you encounter an error with sending your first SMS on Postman (Internal SMS) but have no errors with a test message on Twilio,** it is likely that you may not have [configured your Twilio credentials on Postman correctly](/postman-v2-admin-portal-for-ui-users-internal/how-do-i-onboard-postman-v2-internal-sms/4.-fill-your-twilio-credentials-on-postman.md).

Do ensure that you have completed configuration correctly before reattempting to send messages via Postman


---

# 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://postman-v2.guides.gov.sg/postman-v2-admin-portal-for-ui-users-internal/how-do-i-onboard-postman-v2-internal-sms/5.-send-a-test-message.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.
