Heyzine integration (Design & Media, Productivity). Imported from open-connector.
https://heyzine.com/api1/flipbook-list
/api1/flipbook-get
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Heyzine flipbook or bookshelf identifier. |
/api1/flipbook-delete
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Heyzine flipbook or bookshelf identifier. |
/api1/bookshelf-list
/api1/bookshelf-get
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Heyzine flipbook or bookshelf identifier. |
/api1/bookshelf-add
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Heyzine flipbook or bookshelf identifier. |
| flipbook_id | string | required | The Heyzine flipbook identifier. |
| position | integer | optional | The optional 0-based position inside the bookshelf. |
/api1/bookshelf-remove
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Heyzine flipbook or bookshelf identifier. |
| flipbook_id | string | required | The Heyzine flipbook identifier. |
/api1/flipbook-social
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Heyzine flipbook or bookshelf identifier. |
| title | string | optional | The optional social sharing title. |
| description | string | optional | The optional social sharing description. |
| thumbnail | string | optional | The URL for the social sharing thumbnail image. |
/api1/bookshelf-social
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Heyzine flipbook or bookshelf identifier. |
| title | string | optional | The optional social sharing title. |
| description | string | optional | The optional social sharing description. |
| thumbnail | string | optional | The URL for the social sharing thumbnail image. |