← Tools Reference

Typefully

Typefully integration (Social, Marketing). Imported from open-connector.

API key8 toolshttps://api.typefully.com
GET
typefully_get_current_user
Retrieve the Typefully user associated with the current API key.

/v2/me

GET
typefully_list_social_sets
List Typefully social sets available to the current API key.

/v2/social-sets

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalMaximum number of items to return.
offsetintegeroptionalNumber of items to skip before returning results.
GET
typefully_get_social_set
Retrieve details for a Typefully social set.

/v2/social-sets/{social_set_id}/

1 parameter
ParamTypeRequiredDescription
social_set_idintegerrequiredThe Typefully social set ID.
GET
typefully_list_drafts
List Typefully drafts for a social set with optional filters.

/v2/social-sets/{social_set_id}/drafts

7 parameters
ParamTypeRequiredDescription
social_set_idintegerrequiredThe Typefully social set ID.
limitintegeroptionalMaximum number of items to return.
offsetintegeroptionalNumber of items to skip before returning results.
statusstringoptionalDraft status used by Typefully.
platformstringoptionalA Typefully-supported social platform.
from_datestringoptionalDate value accepted by Typefully for filtering.
to_datestringoptionalDate value accepted by Typefully for filtering.
POST
typefully_create_draft
Create a Typefully draft for a social set.

/v2/social-sets/{social_set_id}/drafts

2 parameters
ParamTypeRequiredDescription
social_set_idintegerrequiredThe Typefully social set ID.
bodyobjectoptionalRequest body for creating a Typefully draft.
GET
typefully_get_draft
Retrieve a Typefully draft by ID.

/v2/social-sets/{social_set_id}/drafts/{draft_id}

3 parameters
ParamTypeRequiredDescription
social_set_idintegerrequiredThe Typefully social set ID.
draft_idintegerrequiredThe Typefully draft ID.
exclude_comment_markersbooleanoptionalWhether returned draft text should omit Typefully comment-thread markers.
PATCH
typefully_update_draft
Update a Typefully draft by ID.

/v2/social-sets/{social_set_id}/drafts/{draft_id}

4 parameters
ParamTypeRequiredDescription
social_set_idintegerrequiredThe Typefully social set ID.
draft_idintegerrequiredThe Typefully draft ID.
bodyobjectrequiredRequest body for updating a Typefully draft.
exclude_comment_markersbooleanoptionalWhether the returned draft text should omit Typefully comment-thread markers.
DELETE
typefully_delete_draft
Delete a Typefully draft by ID.

/v2/social-sets/{social_set_id}/drafts/{draft_id}

2 parameters
ParamTypeRequiredDescription
social_set_idintegerrequiredThe Typefully social set ID.
draft_idintegerrequiredThe Typefully draft ID.