NAiOS IconNAiOS Logo
Volver al catálogo

Planly

planly

All-in-one social media management tool for scheduling and managing content across multiple platforms

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

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.

Complete AI PromptPLANLY_COMPLETE_AI_PROMPTAcción

Tool to complete a text prompt using AI. Generates AI-powered text completions based on the provided prompt. Use when you need to generate creative content, complete text, or get AI suggestions for writing tasks.

Parámetros de entrada

  • nintegerObligatorio

    How many results to generate. Specify the number of AI-powered text completions to return.

  • promptstringObligatorio

    Prompt as a text to be completed by AI. Provide the text content you want AI to generate completions for.

  • teamIdstringObligatorio

    Id of team to use for AI prompt completion.

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

Tool to create a new team in Planly. Use when you need to create a team organization.

Parámetros de entrada

  • namestringObligatorio

    Name of the team to create.

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

Tool to delete one or more media files by their IDs. Use when you need to remove media files from Planly storage.

Parámetros de entrada

  • idsstring[]Obligatorio

    Array of media IDs to delete. Each ID should be a UUID string representing a 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

Delete TeamPLANLY_DELETE_TEAMAcción

Tool to delete a team by its ID. Use when you need to permanently remove a team from Planly.

Parámetros de entrada

  • team_idstringObligatorio

    Unique identifier of the team 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

Edit TeamPLANLY_EDIT_TEAMAcción

Tool to edit team details such as name in Planly. Use when you need to update an existing team's information.

Parámetros de entrada

  • namestringObligatorio

    New name for the team

  • teamIdstringObligatorio

    Team ID (UUID format)

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

Tool to retrieve available AI credits left in a team. Use when you need to check the remaining AI credits for a specific team.

Parámetros de entrada

  • teamIdstringObligatorio

    Id of team to retrieve AI credits 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

Get TeamPLANLY_GET_TEAMAcción

Tool to retrieve detailed information about a specific team including permissions, limits, and integrations. Use when you need to access team configuration, member counts, channel status, or integration details.

Parámetros de entrada

  • idstringObligatorio

    Team ID to retrieve information 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

Import Media From URLPLANLY_IMPORT_MEDIA_FROM_URLAcción

Tool to import media from a URL to your team. Use when you need to add external media (video/mp4, image/png, image/jpeg, image/webp) to a team's media library.

Parámetros de entrada

  • urlstringObligatorio

    URL of the media to import. Supported media content types are video/mp4, image/png, image/jpeg, image/webp.

  • teamIdstringObligatorio

    ID of the team to import media to

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

Tool to list all social media channels connected to a team. Use when you need to retrieve channel details including name, picture, social network type, status, and scopes.

Parámetros de entrada

  • team_idstringObligatorio

    ID of the team to retrieve its channels

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

Tool to retrieve a paginated list of media files in a team. Use when you need to fetch media assets, browse uploaded files, or implement media management features with cursor-based pagination.

Parámetros de entrada

  • team_idstringObligatorio

    ID of the team to retrieve media files for

  • paginationobject

    Pagination configuration for listing media.

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

Tool to retrieve a list of schedule groups for a team with comprehensive filtering and pagination. Use when you need to view scheduled posts, filter by channels, status, social networks, media type, or date range. Returns detailed information about each schedule group including individual schedules and their status.

Parámetros de entrada

  • idsstring[]

    Array of specific schedule group IDs to retrieve. Use when you need to fetch specific schedule groups by their IDs.

  • filterobject

    Filter options for schedule groups.

  • teamIdstringObligatorio

    ID of the team to retrieve schedule groups for. Required to scope the request to a specific team.

  • dateRangeobject

    Date range filter for schedule groups.

  • paginationobject

    Pagination options for schedule groups listing.

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

Tool to retrieve a paginated list of schedules in a specified team. Use when you need to fetch schedules with support for pagination, custom ordering, and configurable page size. Returns schedule data with a cursor for fetching additional pages.

Parámetros de entrada

  • teamIdstringObligatorio

    ID of the team to retrieve its schedules

  • paginationobject

    Pagination configuration for list schedules request.

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

Tool to retrieve all teams that the authenticated user belongs to. Use when you need to get team details including id, name, picture, role, number of users, and number of channels.

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

Tool to list all users that belong to a specific team. Returns user details including id, fullname, picture, email, and role. Use when you need to retrieve the complete roster of team members.

Parámetros de entrada

  • idstringObligatorio

    Team ID to list users 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

Start Media UploadPLANLY_START_MEDIA_UPLOADAcción

Tool to start the upload process for a media file. Returns a pre-signed upload URL where the file should be uploaded using a PUT request. Use when you need to prepare for uploading images or videos to Planly.

Parámetros de entrada

  • teamIdstringObligatorio

    ID of the team to which the media will be uploaded

  • fileNamestring

    Name of the file being uploaded. Required if contentType is not provided

  • contentTypestring

    MIME type of the file (e.g., image/jpeg, video/mp4, image/png). Required if fileName is not provided

  • contentLengthintegerObligatorio

    Size of the file in bytes

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