> 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/faq/postman-v2-sms-api-faq/messaging.md).

# Messaging

1. **Will there be a monthly report with a CSV file containing all the SMS sent for the month? Will it be emailed to us?**

   * The delivery report can be downloaded directly from Postman by the user. This will come in the form of a CSV file all messages ever sent for the batch or campaign. You should filter for the desired month within the CSV file itself.

     The is applicable for both admin portal and API users.

     Additionally, API users can also call the [GET status endpoint](/endpoints-for-api-users/retrieve-message.md) to retrieve message status in real time.

2. **Can agencies use Postman for both external and internal messages?**

   * Yes. The Sender ID for SMS to external MoPs will be '[gov.SG](http://gov.SG)' and SMS to internal staff will be your own agency-registered sender ID.

3. **What is the maximum length of the message in the SMS? We may need to include clickable links.**

   * Please refer to [character count](https://postman-v2.guides.gov.sg/postman-v2-general-user-guide-mop/create-campaign/character-count#character-count).

4. **Usually, the message count for 1 sms is 160 characters. For the new format, are the header and footer counted as SMS characters?**

   * Yes, it will be counted. When recipients receive the messages, the character blocks will be combined to form a single message.

5. **Can I change the header of my Agency name?**

   * No except for the following cases
     1. you are sending messages on behalf of another agency.
     2. your product sends out messages on behalf of various agencies.
   * For such cases, please contact us [here](https://form.gov.sg/657025a2d2bd350012c82eb0).

6. **What is the sender ID on your test site?**

   * The sender ID on our test site is `Postman`.

     Your agency’s sender ID will be available for use on our production site, refer to our guide for more details.

7. **My agency is currently using Postman v1. Do I need to switch over to using Postman v2?**

   * Yes, unless you’re from a public healthcare institution.

8. **How many SMSes can I trigger per day, are there restrictions?**

   * No restrictions, however, please note
     * differences between batch and single send
     * the batch size requirements
   * or you may encounter a 429 error.

9. **If the messages are sent out unsuccessfully, will there be an automatic retry from Postman’s end?**

   * No, you will need to call our endpoints again as this will not be automatically done. UI users will need to re-send from the portal.

10. **Is there a separate queue for time sensitive messages?**

    * No.

11. **Can I include an unsubscribe link in my SMSes?**
    * No. The unsubscription option will not apply to SMSes sent in compliance with the mandate. &#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:

```
GET https://postman-v2.guides.gov.sg/faq/postman-v2-sms-api-faq/messaging.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.
