# SignalWire SMS

Connect your SignalWire phone number to send and receive SMS in Missive. SignalWire offers competitive pricing compared to other SMS providers.

## Prerequisites

* A [SignalWire account](https://signalwire.com)
* A phone number purchased from SignalWire

## How to connect

{% stepper %}
{% step %}
**Get your SignalWire credentials**

1. Log in to the [SignalWire Dashboard](https://signalwire.com/signin)
2. Find your **Space URL**, **Project ID**, and **API Token**

<div data-with-frame="true"><figure><img src="/files/DjgjsFe8F34jxYIFtqr2" alt="SignalWire dashboard showing credentials" width="1124"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Get your phone number**

1. In SignalWire Dashboard, go to **Phone Numbers**
2. Copy your phone number including the country code

If you don't have a number yet, purchase one from the Phone Numbers section.
{% endstep %}

{% step %}
**Add account in Missive**

Go to **Settings** > **Accounts** and click **Add account**.

{% hint style="info" %}
To open Settings, click your avatar in the bottom-left corner of the sidebar, then **Settings** (or press <kbd>⌘,</kbd>).
{% endhint %}
{% endstep %}

{% step %}
**Select SignalWire SMS**

Click the **Others** tab, then select **SMS by SignalWire**.
{% endstep %}

{% step %}
**Choose sharing options**

Select if this is a personal or shared account. For team collaboration, choose **Yes, share this account** and select the users or Team Inbox.
{% endstep %}

{% step %}
**Enter credentials**

Fill in your SignalWire details:

* **Space URL:** e.g., yourspace.signalwire.com
* **Project ID:** e.g., a7fe7f39-6d96-420d...
* **API Token:** Your secret API token
* **Phone number:** Your SignalWire number with country code (e.g., +1 555-123-4567)
  {% endstep %}

{% step %}
**Connect**

Click **Connect** to add your SignalWire SMS account.
{% endstep %}
{% endstepper %}

## Features

* Send and receive SMS and MMS
* Team collaboration with assignments and comments
* Contact matching with your organization contacts
* Rules and automation support

## Billing

SignalWire charges per message. See [SignalWire pricing](https://signalwire.com/pricing) for current rates.


---

# 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://missiveapp.com/docs/core-features/connected-accounts/other-channels/sms/signalwire-sms.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.
