# Overview

Missive provides a comprehensive suite of developer tools designed to empower businesses to fully customize and enhance their experience.

## Rest API

Use the Rest API to enrich Missive conversations with content from anywhere: commits from GitHub, transactions from Stripe, exceptions from Rollbar, events from your own servers.

Additionally, you can automate various tasks, including the creation and sending of drafts, synchronization of contacts, and more.

Example use cases:

* GitHub and Heroku notifications merged in a single conversation
* Developer notifications automatically added to Missive via the API

[Learn more about the REST API →](https://missiveapp.com/docs/developers/rest-api)

## UI / iFrame integrations

UI/iFrame integrations let you customize the interface and connect your own data or backend systems. Build custom panels that display your data and interact with Missive using the JavaScript API.

<div data-with-frame="true"><img src="https://content.gitbook.com/content/egxqkD7AXM4n11rNf5qI/blobs/rdu20cvUjJ8ZFrDKmZ4P/custom%20integration%209d5d4ccff3874aa9379bd69ee6d25f016175f9047cd8781a949cc983e6a31ae0.png" alt="Custom integration developed by an e-commerce platform" width="563"></div>

[Learn more about UI integrations →](https://missiveapp.com/docs/developers/ui-iframe-integrations)

## Webhooks

Receive notifications about Missive events (incoming emails, label changes, etc.) as HTTP POST requests to your endpoint. Perfect for connecting Missive to your own systems or triggering automated workflows.

[Learn more about webhooks →](https://missiveapp.com/docs/developers/webhooks)

## Custom channels

Integrate Missive with any communication channel or message source. Create incoming messages from live chat, SMS providers, ticketing systems, or any custom platform.

[Learn more about custom channels →](https://missiveapp.com/docs/developers/custom-channels)


---

# 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/developers/readme.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.
