NAiOS IconNAiOS Logo
Volver al catálogo

Dotsimple

dotsimple

DotSimple is a comprehensive social media management tool that enables users to plan, create, and publish content across multiple platforms, leveraging AI for content generation and providing analytics for performance optimization.

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

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

Tool to create a new tag in dotsimple. use when you need to categorize content with custom tags. example: create a tag named "news" with color "#38bdf8".

Parámetros de entrada

  • namestringObligatorio

    The name of the tag to be created.

  • hex_coloranyObligatorio

    Hexadecimal color code for the tag (e.g., '#38bdf8').

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

Delete Media FilesDOTSIMPLE_DELETE_MEDIA_FILESAcción

Tool to delete multiple media files in the workspace. use after confirming unwanted files. call this when you have a list of media ids to remove. returns success status.

Parámetros de entrada

  • itemsinteger[]Obligatorio

    Array of media file IDs to delete

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

Delete TagDOTSIMPLE_DELETE_TAGAcción

Tool to delete a tag by its uuid. use when you need to remove a specific tag; ensure the uuid is correct before invoking.

Parámetros de entrada

  • uuidstringObligatorio

    UUID of the tag to delete

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

Tool to retrieve details of a specific media file. use when you have the mediafileid and need its metadata.

Parámetros de entrada

  • mediaFileIdstringObligatorio

    The unique identifier of the media file

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 Tag by UUIDDOTSIMPLE_GET_TAGAcción

Tool to retrieve details for a specific tag by uuid. use when you need full tag information after obtaining its identifier.

Parámetros de entrada

  • tagIdstringObligatorio

    The UUID of the tag to retrieve

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

Tool to list all connected social media accounts in the workspace. use when you need to retrieve available accounts before posting or scheduling content.

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

Tool to list all autoresponders. use when you need to browse through your autoresponder setup.

Parámetros de entrada

  • pageinteger

    Page number for pagination (1-indexed).

  • per_pageinteger

    Number of items to return per page.

Parámetros de salida

  • dataobject[]Obligatorio

    List of autoresponders.

  • metaobjectObligatorio

    Pagination details.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Media FilesDOTSIMPLE_LIST_MEDIA_FILESAcción

Tool to list all media files with optional pagination. use when you need to retrieve or browse uploaded media files page by page.

Parámetros de entrada

  • pageinteger

    Page number for pagination

Parámetros de salida

  • dataobject[]Obligatorio

    List of media file objects

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • linksobjectObligatorio

    Pagination navigation links

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PostsDOTSIMPLE_LIST_POSTSAcción

Tool to list all posts in the workspace with optional pagination. use when you need to fetch paginated posts after obtaining a valid auth token.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-indexed)

  • page_sizeinteger

    Number of posts per page

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

Tool to list all account-level reports. use when you need to fetch aggregated account metrics chronologically after authentication.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-indexed)

  • page_sizeinteger

    Number of report entries per page

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

Tool to list all tags available in the workspace. use when you need to retrieve tag metadata for planning or display.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of tags available in the workspace

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not