Wachete

Learn how to use Wachete with Composio

Overview

Enum

WACHETE

Description

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

Authentication Details

bearer_token
stringRequired
api_key
stringRequired

Actions

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.

Action Parameters

alerts
array
crawlingDepth
integerDefaults to 2
id
string
jobType
stringDefaults to SinglePage
name
stringRequired
notificationEndpoints
array
recurrenceInSeconds
integer
url
stringRequired
urlFilter
object
xPath
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

parentId
string

Action Response

data
object
error
string
successful
boolean
Tool to list all watchers. use when you need to retrieve your configured monitoring tasks.

Action Parameters

Action Response

data
array
error
string
successful
boolean
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."

Action Parameters

watcher_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list account notifications. use after authenticating to retrieve notifications for one or all wachets within an optional time range.

Action Parameters

from_time
string
task_id
string
to_time
string

Action Response

data
object
error
string
successful
boolean