Wachete

Learn how to use Wachete with Composio

Overview

SLUG

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
generic_api_key
stringRequired

Tools

SLUG: WACHETE_CREATE_WATCHER

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
objectRequired
error
string
successful
booleanRequired

SLUG: WACHETE_GET_FOLDER_CONTENT

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
objectRequired
error
string
successful
booleanRequired

SLUG: WACHETE_LIST_WATCHERS

Tool to list all watchers. use when you need to retrieve your configured monitoring tasks.

Action Parameters

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: WACHETE_DELETE_WATCHER

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
objectRequired
error
string
successful
booleanRequired

SLUG: WACHETE_LIST_NOTIFICATIONS

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
objectRequired
error
string
successful
booleanRequired