Wachete
wacheteWachete is a web monitoring service that allows users to track changes on web pages and receive notifications based on specified criteria.
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 WatcherWACHETE_CREATE_WATCHERAcciónTool to create a new watcher. use when setting up page monitoring after specifying url and xpath. confirm page url and xpath validity before running.
WACHETE_CREATE_WATCHERAcciónTool to create a new watcher. use when setting up page monitoring after specifying url and xpath. confirm page url and xpath validity before running.
Parámetros de entrada
idstringWatcher ID for updates; omit when creating new watcher.
urlstringObligatorioURL to monitor.
namestringObligatorioName of the watcher.
xPathstringObligatorioXPath selector for the element to watch.
alertsstring[]List of alert types (e.g., 'Error', 'NotEq').
jobTypestringenumType of monitoring job: 'SinglePage' or 'Portal'.
SinglePagePortalurlFilterobjectFilters for URLs when crawling a portal.
crawlingDepthintegerDepth for portal crawling (only if jobType='Portal').
recurrenceInSecondsintegerMonitoring interval in seconds.
notificationEndpointsstring[]Notification endpoints, e.g., email or webhook.
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 watcherWACHETE_DELETE_WATCHERAcciónTool to delete a watcher. use when you need to remove a monitor by its id after confirmation. confirm the watcher id is correct before calling. example: "delete watcher with id 123abc."
WACHETE_DELETE_WATCHERAcciónTool to delete a watcher. use when you need to remove a monitor by its id after confirmation. confirm the watcher id is correct before calling. example: "delete watcher with id 123abc."
Parámetros de entrada
watcher_idstringObligatorioUnique identifier of the watcher (task) 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
Get folder contentWACHETE_GET_FOLDER_CONTENTAcciónTool to retrieve the content of a folder. use when you need to list subfolders and watchers inside a specific folder after managing folder structure.
WACHETE_GET_FOLDER_CONTENTAcciónTool to retrieve the content of a folder. use when you need to list subfolders and watchers inside a specific folder after managing folder structure.
Parámetros de entrada
parentIdstringID of the folder to retrieve contents for. If omitted, the root folder's contents are returned.
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 notificationsWACHETE_LIST_NOTIFICATIONSAcciónTool to list account notifications. use after authenticating to retrieve notifications for one or all wachets within an optional time range.
WACHETE_LIST_NOTIFICATIONSAcciónTool to list account notifications. use after authenticating to retrieve notifications for one or all wachets within an optional time range.
Parámetros de entrada
task_idstringID of a specific watcher (wachet) to filter notifications. If omitted, notifications for all watchers are returned.
to_timestringISO 8601 datetime to list notifications up to (inclusive); query param name 'to'.
from_timestringISO 8601 datetime to list notifications from (inclusive); query param name 'from'.
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 watchersWACHETE_LIST_WATCHERSAcciónTool to list all watchers. use when you need to retrieve your configured monitoring tasks.
WACHETE_LIST_WATCHERSAcciónTool to list all watchers. use when you need to retrieve your configured monitoring tasks.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not