> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/b3-sms-device-installation-manual/troubleshooting/system-log/send-sms.md).

# Send SMS

When an active alarm is triggered in B3 that shall be handled by a given B3 SMS device then the answer to poll contains the details which initiates the SMS send.

The SMS send looks as below:

{% code overflow="wrap" %}

```
Wed Aug 20 07:03:25 2025 user.notice poll_api: Sending SMS to 0046709180160: Name: Kylskåp Designgården, Object: Kyl & Frys, Min: -10.0, Max: 10.0, Value: 20.0
Wed Aug 20 07:03:26 2025 local1.info gsmd[2776]: gsmd send: 'AT+CMGS=154' (12)
Wed Aug 20 07:03:26 2025 local1.info gsmd[2776]: gsmd send: '0041000d80006407190861f000088c050003940201004e0061006d0065003a0020004b0079006c0073006b00e50070002000440065007300690067006e006700e5007200640065006e002c0020004f0062006a006500630074003a0020004b0079006c0020002600200046007200790073002c0020004d0069006e003a0020002d00310030002e0030002c0020004d00610078003a002000310030' (311)
Wed Aug 20 07:03:26 2025 local1.info gsmd[2776]: gsmd get: '+CMGS: 95' (9)
Wed Aug 20 07:03:27 2025 user.info Messaged[14228]: Start from new event "SMS" "SMS were sent to 0046709180160"
Wed Aug 20 07:03:27 2025 local1.info gsmd[2776]: gsmd send: 'AT+CMGS=50' (11)
Wed Aug 20 07:03:27 2025 local1.info gsmd[2776]: gsmd send: '0041000d80006407190861f0000824050003940202002e0030002c002000560061006c00750065003a002000320030002e0030' (103)
Wed Aug 20 07:03:27 2025 local1.info gsmd[2776]: gsmd get: '+CMGS: 96' (9)
Wed Aug 20 07:03:27 2025 user.info Messaged[14234]: Start from new event "SMS" "SMS were sent to 0046709180160"
Wed Aug 20 07:04:00 2025 local1.info gsmd[2776]: gsmd send: 'AT^SYSINFOEX' (13)
Wed Aug 20 07:04:00 2025 local1.info gsmd[2776]: gsmd get: '^SYSINFOEX: 2,3,0,1,,6,"LTE",101,"LTE"' (38)
Wed Aug 20 07:04:00 2025 local1.info gsmd[2776]: gsmd send: 'AT+CREG?' (9)
Wed Aug 20 07:04:00 2025 local1.info gsmd[2776]: gsmd get: '+CREG: 2,1,"FFFE","2351D16",7' (29)
Wed Aug 20 07:04:04 2025 local1.info gsmd[2776]: gsmd send: 'AT^SYSINFOEX' (13)
Wed Aug 20 07:04:04 2025 local1.info gsmd[2776]: gsmd get: '^SYSINFOEX: 2,3,0,1,,6,"LTE",101,"LTE"' (38)
Wed Aug 20 07:04:04 2025 local1.info gsmd[2776]: gsmd send: 'AT+CREG?' (9)
Wed Aug 20 07:04:04 2025 local1.info gsmd[2776]: gsmd get: '+CREG: 2,1,"FFFE","2351D16",7' (29)
```

{% endcode %}

Please note there are some other system messages in the example that do not belong to SMS send operation.


---

# 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://help.boomerang3.com/b3-sms-device-installation-manual/troubleshooting/system-log/send-sms.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.
