# SMS/LMS

Our cross-channel messaging service includes SMS/LMS features. Please note that in addition to the standard subscription fee, there may be additional charges for sending text messages. Based on your usage, you can choose between two different options.

## Sending With Your Current Provider&#x20;

If you already have an existing provider for sending messages, you can continue using them seamlessly by utilizing **webhooks**. Provider billing will apply.

Simply refer to the sending API provided by your existing service and register it within the FlareLane webhook channel. FlareLane will then trigger the provider’s sending API through the webhook, enabling message delivery.

You can also pass various dynamic variables needed to compose messages through the webhook. For more details on which variables can be used, refer to the **hyper-personalized message** section.

If you are using NHN Cloud's messaging API, here’s how you can set it up:

<figure><img src="/files/xo0YG5oeLpn04GPJyipQ" alt=""><figcaption><p><em>Image by FlareLane</em></p></figcaption></figure>

## Sending Directly With FlareLane

When sending messages directly through FlareLane, billing follows the rates agreed upon with us. Since we handle the entire SMS/LMS process, we recommend this option for your convenience. This service is currently available to a limited number of clients, so please contact us if you're interested!


---

# 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://guide.flarelane.com/channels/sms-lms.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.
