# HTTP SMS Messenging

Enables ngSurvey to use any HTTP enabled SMS service provider.

## 🔅 HTTP properties

* **`Http endpoint URL`**&#x69;s the endpoint of your provider that will be called each time ngSurvey needs to send an SMS message. You can use following tags that will be replaced dynamically in your URL if needed: {{to}} and {{message}}
* **`Http header 1`**&#x77;ill be sent as part of the request to the endpoint.
* **`Http header 2`**&#x77;ill be sent as part of the request to the endpoint.
* **`JWT Token`**&#x69;f specified ngSurvey will attempt a "Bearer" based authentication.
* **`Http body`**&#x69;s the body that will be send to to the endpoint if the endpoint requires a post.

If your provider requires an urlencoded content type for its post you may use and specify the settings like as follow:

<figure><img src="https://1025048312-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8fLhS0bmfBRyq0HdUm%2Fuploads%2FmO9aTFSbLsixfjN521Rk%2Fimage.png?alt=media&#x26;token=3299f1f9-6595-4902-9575-8a7d7af5e756" alt=""><figcaption></figcaption></figure>
