Planly
planlyAll-in-one social media management tool for scheduling and managing content across multiple platforms
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ónTool 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.
PLANLY_COMPLETE_AI_PROMPTAcciónTool 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
nintegerObligatorioHow many results to generate. Specify the number of AI-powered text completions to return.
promptstringObligatorioPrompt as a text to be completed by AI. Provide the text content you want AI to generate completions for.
teamIdstringObligatorioId of team to use for AI prompt completion.
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
Create TeamPLANLY_CREATE_TEAMAcciónTool to create a new team in Planly. Use when you need to create a team organization.
PLANLY_CREATE_TEAMAcciónTool to create a new team in Planly. Use when you need to create a team organization.
Parámetros de entrada
namestringObligatorioName of the team to create.
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
Delete MediaPLANLY_DELETE_MEDIAAcciónTool to delete one or more media files by their IDs. Use when you need to remove media files from Planly storage.
PLANLY_DELETE_MEDIAAcciónTool 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[]ObligatorioArray of media IDs to delete. Each ID should be a UUID string representing a media file.
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
Delete TeamPLANLY_DELETE_TEAMAcciónTool to delete a team by its ID. Use when you need to permanently remove a team from Planly.
PLANLY_DELETE_TEAMAcciónTool to delete a team by its ID. Use when you need to permanently remove a team from Planly.
Parámetros de entrada
team_idstringObligatorioUnique identifier of the team to delete
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
Edit TeamPLANLY_EDIT_TEAMAcciónTool to edit team details such as name in Planly. Use when you need to update an existing team's information.
PLANLY_EDIT_TEAMAcciónTool to edit team details such as name in Planly. Use when you need to update an existing team's information.
Parámetros de entrada
namestringObligatorioNew name for the team
teamIdstringObligatorioTeam ID (UUID format)
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 AI CreditsPLANLY_GET_AI_CREDITSAcciónTool to retrieve available AI credits left in a team. Use when you need to check the remaining AI credits for a specific team.
PLANLY_GET_AI_CREDITSAcciónTool 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
teamIdstringObligatorioId of team to retrieve AI credits 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
Get TeamPLANLY_GET_TEAMAcciónTool 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.
PLANLY_GET_TEAMAcciónTool 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
idstringObligatorioTeam ID to retrieve information 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
Import Media From URLPLANLY_IMPORT_MEDIA_FROM_URLAcciónTool 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.
PLANLY_IMPORT_MEDIA_FROM_URLAcciónTool 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
urlstringObligatorioURL of the media to import. Supported media content types are video/mp4, image/png, image/jpeg, image/webp.
teamIdstringObligatorioID of the team to import media to
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
List ChannelsPLANLY_LIST_CHANNELSAcciónTool 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.
PLANLY_LIST_CHANNELSAcciónTool 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_idstringObligatorioID of the team to retrieve its channels
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
List media filesPLANLY_LIST_MEDIAAcciónTool 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.
PLANLY_LIST_MEDIAAcciónTool 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_idstringObligatorioID of the team to retrieve media files for
paginationobjectPagination configuration for listing media.
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
List Schedule GroupsPLANLY_LIST_SCHEDULE_GROUPSAcciónTool 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.
PLANLY_LIST_SCHEDULE_GROUPSAcciónTool 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.
filterobjectFilter options for schedule groups.
teamIdstringObligatorioID of the team to retrieve schedule groups for. Required to scope the request to a specific team.
dateRangeobjectDate range filter for schedule groups.
paginationobjectPagination options for schedule groups listing.
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
List SchedulesPLANLY_LIST_SCHEDULESAcciónTool 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.
PLANLY_LIST_SCHEDULESAcciónTool 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
teamIdstringObligatorioID of the team to retrieve its schedules
paginationobjectPagination configuration for list schedules request.
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
List TeamsPLANLY_LIST_TEAMSAcciónTool 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.
PLANLY_LIST_TEAMSAcciónTool 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
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
List Team UsersPLANLY_LIST_TEAM_USERSAcciónTool 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.
PLANLY_LIST_TEAM_USERSAcciónTool 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
idstringObligatorioTeam ID to list users 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
Start Media UploadPLANLY_START_MEDIA_UPLOADAcciónTool 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.
PLANLY_START_MEDIA_UPLOADAcciónTool 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
teamIdstringObligatorioID of the team to which the media will be uploaded
fileNamestringName of the file being uploaded. Required if contentType is not provided
contentTypestringMIME type of the file (e.g., image/jpeg, video/mp4, image/png). Required if fileName is not provided
contentLengthintegerObligatorioSize of the file in bytes
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