# MSG91 Connection

This provides a connection to User's MSG91 account. User need to provide following parameters to connect to MSG91 account.&#x20;

* **AuthorizationKey -** MSG91 Account Authentication Key

![Add MSG91 Connection](/files/RY5lkHfRwtO1tEsVSpuL)

Please note the following points:

{% hint style="info" %}

* Make sure Auth Key is enabled in MSG91 Console
  {% endhint %}

#### MSG91 Connection Related Thingsup Actions

MSG91 Connection is required before executing any of the following MSG91 related Thingsup Actions:

1. [Send MSG91 SMS Action](/actions/send-msg91-sms-action.md)

   User can set MSG91 SMS Action as alert. For example, suppose if an IoT device is sending temperature data. And if user want to generate an alert like if the temperature goes below 10 Deg C, then he must receive an SMS about it.&#x20;

   User can configure MSG91 Action by customising the message and phone numbers as per requirement.


---

# 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://docs.thingsup.io/connections/msg91-connection.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.
