Typefully integration (Social, Marketing). Imported from open-connector.
https://api.typefully.com/v2/me
/v2/social-sets
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before returning results. |
/v2/social-sets/{social_set_id}/
| Param | Type | Required | Description |
|---|---|---|---|
| social_set_id | integer | required | The Typefully social set ID. |
/v2/social-sets/{social_set_id}/drafts
| Param | Type | Required | Description |
|---|---|---|---|
| social_set_id | integer | required | The Typefully social set ID. |
| limit | integer | optional | Maximum number of items to return. |
| offset | integer | optional | Number of items to skip before returning results. |
| status | string | optional | Draft status used by Typefully. |
| platform | string | optional | A Typefully-supported social platform. |
| from_date | string | optional | Date value accepted by Typefully for filtering. |
| to_date | string | optional | Date value accepted by Typefully for filtering. |
/v2/social-sets/{social_set_id}/drafts
| Param | Type | Required | Description |
|---|---|---|---|
| social_set_id | integer | required | The Typefully social set ID. |
| body | object | optional | Request body for creating a Typefully draft. |
/v2/social-sets/{social_set_id}/drafts/{draft_id}
| Param | Type | Required | Description |
|---|---|---|---|
| social_set_id | integer | required | The Typefully social set ID. |
| draft_id | integer | required | The Typefully draft ID. |
| exclude_comment_markers | boolean | optional | Whether returned draft text should omit Typefully comment-thread markers. |
/v2/social-sets/{social_set_id}/drafts/{draft_id}
| Param | Type | Required | Description |
|---|---|---|---|
| social_set_id | integer | required | The Typefully social set ID. |
| draft_id | integer | required | The Typefully draft ID. |
| body | object | required | Request body for updating a Typefully draft. |
| exclude_comment_markers | boolean | optional | Whether the returned draft text should omit Typefully comment-thread markers. |
/v2/social-sets/{social_set_id}/drafts/{draft_id}
| Param | Type | Required | Description |
|---|---|---|---|
| social_set_id | integer | required | The Typefully social set ID. |
| draft_id | integer | required | The Typefully draft ID. |