Missive
This page contains the setup guide and reference information for the Missive source connector.
Documentation reference:
Visit https://missiveapp.com/help/api-documentation/rest-endpoints for API documentation
Authentication setup
Missive uses Bearer token authentication authentication, Visit your profile settings for getting your api keys. Refer https://missiveapp.com/help/api-documentation/getting-started for more details.
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
| api_key | string | API Key. | |
| limit | string | Limit. Max records per page limit | 50 | 
| start_date | string | Start date. | |
| kind | string | Kind. Kind parameter for contact_groupsstream | group | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| contact_books | id | DefaultPaginator | ✅ | ❌ | 
| contacts | id | DefaultPaginator | ✅ | ✅ | 
| contact_groups | id | DefaultPaginator | ✅ | ❌ | 
| users | id | DefaultPaginator | ✅ | ❌ | 
| teams | id | DefaultPaginator | ✅ | ❌ | 
| shared_labels | id | DefaultPaginator | ✅ | ❌ | 
| organizations | id | DefaultPaginator | ✅ | ❌ | 
| conversations | id | No pagination | ✅ | ✅ | 
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.3 | 2024-12-11 | 47796 | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 | 
| 0.0.2 | 2024-10-28 | 47599 | Update dependencies | 
| 0.0.1 | 2024-09-22 | 45844 | Initial release by @btkcodedev via Connector Builder |