NAiOS IconNAiOS Logo
Volver al catálogo

Curated

curated

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

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • titlestringObligatorio

    Title of the new draft issue

  • editor_notestring

    Optional note from the editor

  • issue_numberinteger

    Sequential number for the issue; if omitted, the next available number is used

  • publication_idstringObligatorio

    ID of the publication where the draft issue will be created

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Collected LinkCURATED_CURATED_CREATE_LINKAcción

Tool 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

  • urlstringObligatorio

    URL for the collected link

  • imagestring

    Optional image URL for the collected link

  • titlestring

    Optional title of the collected link

  • categorystring

    Optional category for the collected link, e.g., 'code'

  • descriptionstring

    Optional description for the collected link

  • publication_idintegerObligatorio

    ID of the publication to which the link will be added

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Email SubscribersCURATED_CURATED_LIST_EMAIL_SUBSCRIBERSAcción

Tool to list all email subscribers for a publication. use after confirming the publication id.

Parámetros de entrada

  • pageinteger

    Page number of results to return (defaults to 1)

  • per_pageinteger

    Number of results per page (default 100, maximum 100)

  • publication_idstringObligatorio

    The unique ID of the publication whose subscribers are being listed

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PublicationsCURATED_CURATED_LIST_PUBLICATIONSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CategoriesCURATED_LIST_CATEGORIESAcción

Tool 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_idstringObligatorio

    The ID of the publication for which to retrieve categories.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List IssuesCURATED_LIST_ISSUESAcción

Tool 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

  • pageinteger

    Page number for pagination, must be >= 1

  • per_pageinteger

    Number of results per page for pagination, must be >= 1

  • publication_idstringObligatorio

    The ID of the publication for which to list issues.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not