> For the complete documentation index, see [llms.txt](https://missiveapp.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://missiveapp.com/docs/core-features/connected-accounts/other-channels/sms/dialpad-sms.md).

# Dialpad SMS

Connect your Dialpad account to send and receive SMS in Missive. Dialpad provides business phone and messaging in one platform.

## Prerequisites

* A [Dialpad account](https://www.dialpad.com)
* A phone number assigned in Dialpad

## How to connect

{% stepper %}
{% step %}
**Open account settings**

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 Dialpad**

Click the **Others** tab, then select **Dialpad**.
{% 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 %}
**Sign in with Dialpad**

Click **Connect with Dialpad**. A Dialpad sign-in window opens.

1. Enter your Dialpad credentials
2. Review and grant the requested permissions
3. Complete the authorization
   {% endstep %}
   {% endstepper %}

## Features

**SMS and MMS**

Send and receive text messages.

**Call logs**

See incoming, outgoing, and missed calls.

**Voicemail**

Access voicemail recordings.

**Team collaboration**

Share with your team, assign conversations, add comments.

## What syncs

| Data         | Syncs to Missive |
| ------------ | ---------------- |
| Incoming SMS | Yes              |
| Outgoing SMS | Yes              |
| Call logs    | Yes              |
| Voicemails   | Yes              |
| Recordings   | Yes              |

## Billing

Dialpad includes SMS in their subscription plans. See [Dialpad pricing](https://www.dialpad.com/pricing) for current rates.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://missiveapp.com/docs/core-features/connected-accounts/other-channels/sms/dialpad-sms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
