Readwise integration (Productivity). Imported from open-connector.
https://readwise.io/api/v2/highlights/
| Param | Type | Required | Description |
|---|---|---|---|
| highlights | array | optional | The highlights to create. |
/v2/export/
| Param | Type | Required | Description |
|---|---|---|---|
| updatedAfter | string | optional | An ISO 8601 datetime string accepted by Readwise. |
| pageCursor | string | optional | The pagination cursor returned by a previous export response. |
/v2/books/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to return. |
| pageSize | integer | optional | The number of books to return per page. |
| category | string | optional | The Readwise highlight category such as books, articles, tweets, podcasts, or s… |
| updatedAfter | string | optional | An ISO 8601 datetime string accepted by Readwise. |
| updatedBefore | string | optional | An ISO 8601 datetime string accepted by Readwise. |
/v3/list/
| Param | Type | Required | Description |
|---|---|---|---|
| pageCursor | string | optional | The pagination cursor returned by a previous list response. |
| updatedAfter | string | optional | An ISO 8601 datetime string accepted by Readwise. |
| location | string | optional | The Reader location filter such as new, later, shortlist, archive, or feed. |
| category | string | optional | The Reader category filter such as article, email, rss, or pdf. |
| tag | string | optional | Only return documents with this tag. |
/v3/update/{documentId}/
| Param | Type | Required | Description |
|---|---|---|---|
| documentId | string | required | The Readwise Reader document identifier. |
| location | string | optional | The Reader location to apply to the document. |
| title | string | optional | The updated document title. |
| author | string | optional | The updated document author. |
| summary | string | optional | The updated document summary. |
| tags | array | optional | The complete tag list to set on the document. |