List drafts for a social set with filtering and sorting options. Use this action when you need to retrieve drafts from a specific social set in Typefully. Supports filtering by status (draft, scheduled, published) and tags, and results are ordered by last edited date (most recen…
tagarrayFilter drafts by one or more tag slugs. Call TYPEFULLY_LIST_TAGS to discover valid slugs, then pass a list such as ['marketing'] or ['marketing', 'launch']. Omit to include all tags.
limitintegerMaximum number of drafts to return in this page. Must be between 1 and 50. Defaults to 10.
offsetintegerNumber of drafts to skip from the beginning of the list (for pagination). Set to the number of drafts already fetched to get the next page.
statusstringStatus filter for drafts. Use scheduled/published to replace the retired v1 recently-scheduled and recently-published endpoints.
order_bystringSort order for drafts. Prefix with '-' for descending order.
social_set_idRequiredintegerID of the Typefully social set (account/team) to list drafts from. Call TYPEFULLY_LIST_SOCIAL_SETS first and use the relevant results[].id; most accounts have exactly one social set.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.