NAiOS IconNAiOS Logo
Volver al catálogo

Fluxguard

fluxguard

Fluxguard is an AI-powered website change detection and monitoring tool that helps businesses track, analyze, and respond to critical changes in web-based data.

Acciones
23
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 (23)

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.

Acknowledge Fluxguard AlertFLUXGUARD_ACKNOWLEDGE_ALERTAcción

Tool to acknowledge an alert, marking it as reviewed. Since Fluxguard's public API does not currently expose an acknowledge endpoint, we perform a real API call to the official sample webhook endpoint to validate the alert context and return a synthetic acknowledgment payload.

Parámetros de entrada

  • alert_idstringObligatorio

    Unique identifier of the alert to acknowledge

Parámetros de salida

  • dataobjectObligatorio

    Raw JSON response from Fluxguard API

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add FluxGuard PageFLUXGUARD_ADD_PAGEAcción

Tool to add a new page for monitoring. Use when you need to start monitoring a URL by adding it to FluxGuard.

Parámetros de entrada

  • urlstringObligatoriouri

    URL of the page to monitor

  • siteIdinteger

    ID of an existing site to add the page to; requires sessionId together

  • sessionIdinteger

    ID of the session containing the existing site; requires siteId

  • categoriesarray

    List of category IDs to assign the new page to

  • categoryIdinteger

    ID of a single category to assign the new page to

  • categoryNamestring

    Name of a single category to assign the new page to

  • siteNicknamestring

    Nickname for the new site when creating via this request

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

Create FluxGuard Site CategoryFLUXGUARD_CREATE_SITE_CATEGORYAcción

Tool to create a new site category in FluxGuard. Use when you need to group your sites under custom categories before monitoring. Invoke after authenticating your account.

Parámetros de entrada

  • namestringObligatorio

    Name of the new site category

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

Create WebhookFLUXGUARD_CREATE_WEBHOOKAcción

Tool to create a new webhook for receiving notifications about monitored pages. Use when you need to receive change notifications via HTTP POST to your endpoint.

Parámetros de entrada

  • urlstringObligatoriouri

    The URL to POST change notifications to.

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 Fluxguard PageFLUXGUARD_DELETE_PAGEAcción

Tool to delete a monitored page. Use when you need to permanently remove a page and its data after confirming the site and session IDs.

Parámetros de entrada

  • page_idstringObligatorio

    Identifier of the page to delete

  • site_idstringObligatorio

    Identifier of the site to which the page belongs

  • session_idstringObligatorio

    Identifier of the session under the site

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 Fluxguard SiteFLUXGUARD_DELETE_SITEAcción

Tool to delete a monitored site. Use when you need to permanently remove a site and all its data.

Parámetros de entrada

  • site_idstringObligatorio

    Identifier of the site 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

Delete WebhookFLUXGUARD_DELETE_WEBHOOKAcción

Tool to delete a webhook. Use when you need to remove a webhook by its ID.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the webhook 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 FluxGuard Account DataFLUXGUARD_GET_ACCOUNT_DATAAcción

Tool to retrieve general account information for your FluxGuard organization. Use when you need to fetch organization’s account attributes after authenticating.

Parámetros de entrada

Sin parámetros.

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 Alert DetailsFLUXGUARD_GET_ALERTAcción

Tool to retrieve details of a specific alert. Use after obtaining the alert ID. Returns full alert information.

Parámetros de entrada

  • alert_idstringObligatorio

    Unique identifier of the alert to retrieve

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 FluxGuard AlertsFLUXGUARD_GET_ALERTSAcción

Tool to retrieve all alerts generated by site changes. Since Fluxguard's public API does not expose an alerts listing endpoint, we leverage the sample webhook payload to provide a representative alert item.

Parámetros de entrada

  • limitinteger

    Maximum number of alerts to return (if supported)

  • sincestring

    ISO 8601 start timestamp for filtering alerts

  • untilstring

    ISO 8601 end timestamp for filtering alerts

  • offsetinteger

    Pagination offset (if supported)

  • pageIdinteger

    Filter by page ID (if supported by API)

  • siteIdinteger

    Filter by site ID (if supported by API)

  • statusstring

    Filter by alert status (detected/resolved) if supported

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 FluxGuard Site CategoriesFLUXGUARD_GET_ALL_CATEGORIESAcción

Tool to retrieve all site categories. Use when you need to list every category defined in your organization.

Parámetros de entrada

Sin parámetros.

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 Fluxguard ChangeFLUXGUARD_GET_CHANGEAcción

Tool to retrieve details of a change by its ID. Use after you have a valid change ID to fetch its details.

Parámetros de entrada

  • change_idstringObligatorio

    Unique identifier of the change to retrieve

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

Tool to retrieve a list of all detected changes across monitored sites. Since there is no public "list changes" endpoint, this action uses the sample webhook endpoint as a surrogate data source.

Parámetros de entrada

  • limitinteger

    Maximum number of items to return (pagination limit, 1-1000)

  • sincestring

    ISO 8601 datetime string to filter changes detected at or after this timestamp

  • untilstring

    ISO 8601 datetime string to filter changes detected at or before this timestamp

  • offsetinteger

    Zero-based pagination offset

  • statusstringenum

    Filter by change status: detected or resolved

    detectedresolved
  • page_idinteger

    Filter changes by specific page ID within a site (string IDs are supported)

  • site_idinteger

    Filter changes by monitored site ID (string IDs are supported)

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 Sample Webhook PayloadFLUXGUARD_GET_SAMPLE_WEBHOOKAcción

Tool to retrieve a sample webhook payload. Use when you need to inspect the structure of webhook notifications.

Parámetros de entrada

Sin parámetros.

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 FluxGuard Site DetailsFLUXGUARD_GET_SITEAcción

Tool to retrieve details of a specific monitored site by its ID. Use when you have the site_id and need the site's current configuration and status.

Parámetros de entrada

  • site_idstringObligatorio

    Unique identifier of the monitored site to retrieve.

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 FluxGuard SitesFLUXGUARD_GET_SITESAcción

Tool to retrieve a list of all monitored sites. Use when you need to enumerate all sites after authenticating.

Parámetros de entrada

  • limitinteger

    Optional limit for number of sites returned

  • offsetinteger

    Optional offset for pagination

  • searchstring

    Optional search term to filter sites by name or URL

  • statusstring

    Optional status filter for sites (if supported by API)

  • categoryIdinteger

    Optional category filter for sites (if supported by API)

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

Tool to retrieve details of a specific snapshot by its ID. Since Fluxguard does not expose a public snapshot lookup endpoint, this action searches the sample webhook payload for a matching snapshot.

Parámetros de entrada

  • snapshot_idstringObligatorio

    Identifier of the snapshot to retrieve (actionId or captureId, as a plain value or as found inside URLs).

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 Site SnapshotsFLUXGUARD_GET_SNAPSHOTSAcción

Tool to retrieve a list of all site snapshots. Use when you need to enumerate available snapshots for your account.

Parámetros de entrada

  • limitinteger

    Maximum number of items to return (if supported)

  • sincestring

    ISO8601 start time filter (if supported)

  • untilstring

    ISO8601 end time filter (if supported)

  • offsetinteger

    Pagination offset (if supported)

  • pageIdinteger

    Filter by page ID (if supported)

  • siteIdinteger

    Filter by site ID (if supported)

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 FluxGuard User DetailsFLUXGUARD_GET_USERAcción

Tool to retrieve details that represent the current FluxGuard account as a user-like object. FluxGuard does not expose a public users endpoint; we map /account attributes to a user shape.

Parámetros de entrada

  • user_idstringObligatorio

    The unique identifier of the user to retrieve (ignored; FluxGuard has no public users endpoint).

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 FluxGuard UsersFLUXGUARD_GET_USERSAcción

Tool to retrieve all users in the organization. Since FluxGuard's public API does not expose a users listing endpoint, we leverage a documented endpoint and return an empty list when user data is not available.

Parámetros de entrada

  • rolestring

    Optional role filter (if supported by API)

  • limitinteger

    Optional limit for number of users returned

  • offsetinteger

    Optional offset for pagination

  • searchstring

    Optional search term to filter users by name or email (if supported)

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 Webhook DetailsFLUXGUARD_GET_WEBHOOKAcción

Tool to retrieve details of a specific webhook by its ID. Use when you need to fetch up-to-date configuration of a webhook.

Parámetros de entrada

  • webhook_idstringObligatorio

    The unique identifier of the webhook to retrieve.

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 FluxGuard WebhooksFLUXGUARD_GET_WEBHOOKSAcción

Tool to retrieve all configured webhooks. Use when you need a list of webhook configurations.

Parámetros de entrada

Sin parámetros.

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

Fluxguard Webhook NotificationFLUXGUARD_WEBHOOK_NOTIFICATIONAcción

Tool to send change data to your webhook endpoint. Use when a modification is detected.

Parámetros de entrada

  • secretstring

    Your webhook signing secret; if provided, fluxguard-signature header will be generated

  • payloadobjectObligatorio

    Payload containing change details

  • webhook_urlstringObligatorio

    Your configured webhook endpoint

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