Typefully
typefullyTypefully is a platform for creating and managing AI-powered content
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ónCreates a draft in typefully.
TYPEFULLY_CREATE_DRAFTAcciónCreates a draft in typefully.
Parámetros de entrada
sharebooleanIf true, returned payload will include a share_url
contentstringObligatorioThe content of the draft. Split into multiple tweets using 4 newlines
threadifybooleanContent will be automatically split into multiple tweets
schedule_datestringISO formatted date (e.g.:2022-06-13T11:13:31.662Z) or "next-free-slot"
auto_plug_enabledbooleanIf true, the post will have an AutoPlug enabled
auto_retweet_enabledbooleanIf true, the post will have an AutoRT enabled
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
Get NotificationsTYPEFULLY_GET_NOTIFICATIONSAcciónGet notifications from typefully. can be filtered by kind (inbox or activity).
TYPEFULLY_GET_NOTIFICATIONSAcciónGet notifications from typefully. can be filtered by kind (inbox or activity).
Parámetros de entrada
kindstringenumFilter notifications by type: 'inbox' for comments/replies, 'activity' for events
inboxactivity
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
Get Recently PublishedTYPEFULLY_GET_RECENTLY_PUBLISHEDAcciónGet recently published drafts from typefully.
TYPEFULLY_GET_RECENTLY_PUBLISHEDAcciónGet recently published drafts from typefully.
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
Get Recently Scheduled DraftsTYPEFULLY_GET_RECENTLY_SCHEDULEDAcciónGet recently scheduled drafts from typefully.
TYPEFULLY_GET_RECENTLY_SCHEDULEDAcciónGet recently scheduled drafts from typefully.
Parámetros de entrada
content_filterstringenumFilter to show only threads or tweets example 'threads', 'tweets'
threadstweets
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
Mark Notifications ReadTYPEFULLY_MARK_NOTIFICATIONS_READAcciónMark notifications as read in typefully. can be filtered by kind and account id.
TYPEFULLY_MARK_NOTIFICATIONS_READAcciónMark notifications as read in typefully. can be filtered by kind and account id.
Parámetros de entrada
kindstringenumFilter notifications to mark as read: 'inbox' for comments/replies, 'activity' for events
inboxactivityaccount_idstringSpecific account ID to mark notifications as read for
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