# SMSAPI

## SMSAPI

If you have an account on the SMSAPI platform, you can integrate it with Responso.

### Step-by-Step Integration

1. Log in to your SMSAPI account.
2. From the menu on the left, select ***API Settings*** and ***API Tokens***.<br>

   <figure><img src="https://2081275209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxBd7AiJvoHKedJlJN54%2Fuploads%2Fl1iqJBm3GNyhJPqbbvOG%2FZrzut%20ekranu%202025-07-24%20o%2013.18.39.png?alt=media&#x26;token=4ff87f14-42b9-447e-92f6-32a9ce636760" alt=""><figcaption></figcaption></figure>
3. Click the ***Generate token*** button.
4. Provide a name and select the appropriate permissions (SMS, MMS). Confirm by clicking "Generate token".

<figure><img src="https://2081275209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxBd7AiJvoHKedJlJN54%2Fuploads%2Fy1hbzT9McyCk1TVQrfQy%2FZrzut%20ekranu%202025-07-24%20o%2013.22.14.png?alt=media&#x26;token=d784e1ec-df44-4dcf-bbc1-c0b22ecd2bfa" alt=""><figcaption></figcaption></figure>

1. Copy the token – it will not be displayed again!<br>

   <figure><img src="https://2081275209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxBd7AiJvoHKedJlJN54%2Fuploads%2FjogQievrcdCk1d7WN6kz%2FZrzut%20ekranu%202025-07-24%20o%2013.22.37.png?alt=media&#x26;token=2f2ef543-a0c0-4712-8b4b-b9763142f495" alt=""><figcaption></figcaption></figure>
2. Go to Responso.
3. Click ***Add channel*** in the top right corner and select SMSAPI.
4. Click ***Add account***. Enter a name for the integration, and in the *OAuth Token* field, paste the token copied in the previous steps from SMSAPI.
5. Click ***Add.***
6. The integration has been created. To complete it, click ***Show*** in the Webhook field and copy the webhook URL.
7. Go back to SMSAPI.
8. In the ***API Settings*** tab, select ***Callback addresses***.
9. Select the type: "SMS receive", Number: "All". In the URL field, paste the webhook copied from Responso. Ensure there are no unnecessary spaces before or after the address.\\<br>


---

# 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.responso.com/responso-doc/en/integrations/other-integrations/smsapi.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.
