NAiOS IconNAiOS Logo
Volver al catálogo

Typefully

typefully

Typefully is a platform for creating and managing AI-powered content

Acciones
5
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 (5)

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

Creates a draft in typefully.

Parámetros de entrada

  • shareboolean

    If true, returned payload will include a share_url

  • contentstringObligatorio

    The content of the draft. Split into multiple tweets using 4 newlines

  • threadifyboolean

    Content will be automatically split into multiple tweets

  • schedule_datestring

    ISO formatted date (e.g.:2022-06-13T11:13:31.662Z) or "next-free-slot"

  • auto_plug_enabledboolean

    If true, the post will have an AutoPlug enabled

  • auto_retweet_enabledboolean

    If true, the post will have an AutoRT enabled

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

Get NotificationsTYPEFULLY_GET_NOTIFICATIONSAcción

Get notifications from typefully. can be filtered by kind (inbox or activity).

Parámetros de entrada

  • kindstringenum

    Filter notifications by type: 'inbox' for comments/replies, 'activity' for events

    inboxactivity

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

Get Recently PublishedTYPEFULLY_GET_RECENTLY_PUBLISHEDAcción

Get recently published drafts from typefully.

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

Get Recently Scheduled DraftsTYPEFULLY_GET_RECENTLY_SCHEDULEDAcción

Get recently scheduled drafts from typefully.

Parámetros de entrada

  • content_filterstringenum

    Filter to show only threads or tweets example 'threads', 'tweets'

    threadstweets

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

Mark Notifications ReadTYPEFULLY_MARK_NOTIFICATIONS_READAcción

Mark notifications as read in typefully. can be filtered by kind and account id.

Parámetros de entrada

  • kindstringenum

    Filter notifications to mark as read: 'inbox' for comments/replies, 'activity' for events

    inboxactivity
  • account_idstring

    Specific account ID to mark notifications as read for

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