Curated

Learn how to use Curated with Composio

Overview

Enum

CURATED

Description

Curated is a platform that enables users to collect, curate, and publish newsletters, integrating with various services through its API.

Authentication Details

api_key
stringRequired

Actions

Tool to create a draft issue for a publication. use after confirming the publication id. applies default settings if optional fields are omitted.

Action Parameters

editor_note
string
issue_number
integer
publication_id
stringRequired
title
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all email subscribers for a publication. use after confirming the publication id.

Action Parameters

page
integer
per_page
integer
publication_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all categories for a publication. use after you have the publication id and need to fetch its categories.

Action Parameters

publication_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all issues for a publication. use after you have the publication id and need to fetch its issues (supports pagination).

Action Parameters

page
integer
per_page
integer
publication_id
stringRequired

Action Response

data
object
error
string
successful
boolean