Productive
This page contains the setup guide and reference information for the Productive source connector.
Documentation reference:
Visit https://developer.productive.io/index.html#top
for API documentation
Authentication setup
Source-productive
uses api key authentication,
Visit https://app.productive.io/ORG_ID-UUID/settings/api-integrations
for getting your API Key and organization ID
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. | |
organization_id | string | Organization ID. The organization ID which could be seen from https://app.productive.io/xxxx-xxxx/settings/api-integrations page |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
activities | id | DefaultPaginator | ✅ | ❌ |
approval_policies | DefaultPaginator | ✅ | ❌ | |
workflows | id | DefaultPaginator | ✅ | ❌ |
boards | id | DefaultPaginator | ✅ | ❌ |
attachments | id | DefaultPaginator | ✅ | ❌ |
bookings | id | DefaultPaginator | ✅ | ❌ |
comments | id | DefaultPaginator | ✅ | ❌ |
companies | id | DefaultPaginator | ✅ | ❌ |
contact_entries | id | DefaultPaginator | ✅ | ❌ |
custom_field_options | id | DefaultPaginator | ✅ |