Missive
Overview
The Missive source connector lets you connect to the Missive Public API using an API token.
Setup
Prerequisites
- A Missive account
- A Missive API token with access to the Public API
Create an API token in Missive
- In Missive, create or locate an API token for the Public API.
- Copy the token value (you’ll paste it into the connector configuration).
Authentication
This connector authenticates using a Bearer token (your Missive API token).
During credential validation, the connector makes a request to:
GET https://public.missiveapp.com/v1/contact_books?limit=1
If the token is invalid or lacks permissions, validation fails.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Missive API token used as a Bearer token for the Missive Public API. |
Streams
This connector is currently under development and does not yet extract data.
- No streams are available yet.
Limitations
- Extraction is not yet implemented. Connection/authentication can be validated, but syncs will not run successfully until extraction is released.