Curated
curatedCurated is a platform that enables users to collect, curate, and publish newsletters, integrating with various services through its API.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Draft IssueCURATED_CURATED_CREATE_DRAFT_ISSUEAcciónTool to create a draft issue for a publication. use after confirming the publication id. applies default settings if optional fields are omitted.
CURATED_CURATED_CREATE_DRAFT_ISSUEAcciónTool to create a draft issue for a publication. use after confirming the publication id. applies default settings if optional fields are omitted.
Parámetros de entrada
titlestringObligatorioTitle of the new draft issue
editor_notestringOptional note from the editor
issue_numberintegerSequential number for the issue; if omitted, the next available number is used
publication_idstringObligatorioID of the publication where the draft issue will be created
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Collected LinkCURATED_CURATED_CREATE_LINKAcciónTool to create a collected link for a publication. use when you want to add a new link (with url, title, etc.) to a publication's collection.
CURATED_CURATED_CREATE_LINKAcciónTool to create a collected link for a publication. use when you want to add a new link (with url, title, etc.) to a publication's collection.
Parámetros de entrada
urlstringObligatorioURL for the collected link
imagestringOptional image URL for the collected link
titlestringOptional title of the collected link
categorystringOptional category for the collected link, e.g., 'code'
descriptionstringOptional description for the collected link
publication_idintegerObligatorioID of the publication to which the link will be added
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Email SubscribersCURATED_CURATED_LIST_EMAIL_SUBSCRIBERSAcciónTool to list all email subscribers for a publication. use after confirming the publication id.
CURATED_CURATED_LIST_EMAIL_SUBSCRIBERSAcciónTool to list all email subscribers for a publication. use after confirming the publication id.
Parámetros de entrada
pageintegerPage number of results to return (defaults to 1)
per_pageintegerNumber of results per page (default 100, maximum 100)
publication_idstringObligatorioThe unique ID of the publication whose subscribers are being listed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PublicationsCURATED_CURATED_LIST_PUBLICATIONSAcciónTool to list all publications accessible by the api key. use when you need to retrieve your publication ids for further api calls. example prompt: "list my publications".
CURATED_CURATED_LIST_PUBLICATIONSAcciónTool to list all publications accessible by the api key. use when you need to retrieve your publication ids for further api calls. example prompt: "list my publications".
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CategoriesCURATED_LIST_CATEGORIESAcciónTool to list all categories for a publication. use after you have the publication id and need to fetch its categories.
CURATED_LIST_CATEGORIESAcciónTool to list all categories for a publication. use after you have the publication id and need to fetch its categories.
Parámetros de entrada
publication_idstringObligatorioThe ID of the publication for which to retrieve categories.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List IssuesCURATED_LIST_ISSUESAcciónTool to list all issues for a publication. use after you have the publication id and need to fetch its issues (supports pagination).
CURATED_LIST_ISSUESAcciónTool to list all issues for a publication. use after you have the publication id and need to fetch its issues (supports pagination).
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1
per_pageintegerNumber of results per page for pagination, must be >= 1
publication_idstringObligatorioThe ID of the publication for which to list issues.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not