NAiOS IconNAiOS Logo
Volver al catálogo

Wachete

wachete

Wachete is a web monitoring service that allows users to track changes on web pages and receive notifications based on specified criteria.

Acciones
5
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 (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ón

Tool 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

  • idstring

    Watcher ID for updates; omit when creating new watcher.

  • urlstringObligatorio

    URL to monitor.

  • namestringObligatorio

    Name of the watcher.

  • xPathstringObligatorio

    XPath selector for the element to watch.

  • alertsstring[]

    List of alert types (e.g., 'Error', 'NotEq').

  • jobTypestringenum

    Type of monitoring job: 'SinglePage' or 'Portal'.

    SinglePagePortal
  • urlFilterobject

    Filters for URLs when crawling a portal.

  • crawlingDepthinteger

    Depth for portal crawling (only if jobType='Portal').

  • recurrenceInSecondsinteger

    Monitoring interval in seconds.

  • notificationEndpointsstring[]

    Notification endpoints, e.g., email or webhook.

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

Tool 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_idstringObligatorio

    Unique identifier of the watcher (task) 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 folder contentWACHETE_GET_FOLDER_CONTENTAcción

Tool 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

  • parentIdstring

    ID of the folder to retrieve contents for. If omitted, the root folder's contents are returned.

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

Tool 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_idstring

    ID of a specific watcher (wachet) to filter notifications. If omitted, notifications for all watchers are returned.

  • to_timestring

    ISO 8601 datetime to list notifications up to (inclusive); query param name 'to'.

  • from_timestring

    ISO 8601 datetime to list notifications from (inclusive); query param name 'from'.

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

Tool 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[]Obligatorio

    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