Fluxguard
fluxguardFluxguard 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 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ónTool 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.
FLUXGUARD_ACKNOWLEDGE_ALERTAcciónTool 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_idstringObligatorioUnique identifier of the alert to acknowledge
Parámetros de salida
dataobjectObligatorioRaw JSON response from Fluxguard API
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add FluxGuard PageFLUXGUARD_ADD_PAGEAcciónTool to add a new page for monitoring. Use when you need to start monitoring a URL by adding it to FluxGuard.
FLUXGUARD_ADD_PAGEAcciónTool 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
urlstringObligatoriouriURL of the page to monitor
siteIdintegerID of an existing site to add the page to; requires sessionId together
sessionIdintegerID of the session containing the existing site; requires siteId
categoriesarrayList of category IDs to assign the new page to
categoryIdintegerID of a single category to assign the new page to
categoryNamestringName of a single category to assign the new page to
siteNicknamestringNickname for the new site when creating via this request
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
Create FluxGuard Site CategoryFLUXGUARD_CREATE_SITE_CATEGORYAcciónTool 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.
FLUXGUARD_CREATE_SITE_CATEGORYAcciónTool 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
namestringObligatorioName of the new site category
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
Create WebhookFLUXGUARD_CREATE_WEBHOOKAcciónTool 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.
FLUXGUARD_CREATE_WEBHOOKAcciónTool 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
urlstringObligatoriouriThe URL to POST change notifications to.
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 Fluxguard PageFLUXGUARD_DELETE_PAGEAcciónTool to delete a monitored page. Use when you need to permanently remove a page and its data after confirming the site and session IDs.
FLUXGUARD_DELETE_PAGEAcciónTool 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_idstringObligatorioIdentifier of the page to delete
site_idstringObligatorioIdentifier of the site to which the page belongs
session_idstringObligatorioIdentifier of the session under the site
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 Fluxguard SiteFLUXGUARD_DELETE_SITEAcciónTool to delete a monitored site. Use when you need to permanently remove a site and all its data.
FLUXGUARD_DELETE_SITEAcciónTool to delete a monitored site. Use when you need to permanently remove a site and all its data.
Parámetros de entrada
site_idstringObligatorioIdentifier of the site 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
Delete WebhookFLUXGUARD_DELETE_WEBHOOKAcciónTool to delete a webhook. Use when you need to remove a webhook by its ID.
FLUXGUARD_DELETE_WEBHOOKAcciónTool to delete a webhook. Use when you need to remove a webhook by its ID.
Parámetros de entrada
idstringObligatorioThe unique identifier of the webhook 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 FluxGuard Account DataFLUXGUARD_GET_ACCOUNT_DATAAcciónTool to retrieve general account information for your FluxGuard organization. Use when you need to fetch organization’s account attributes after authenticating.
FLUXGUARD_GET_ACCOUNT_DATAAcciónTool 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
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 Alert DetailsFLUXGUARD_GET_ALERTAcciónTool to retrieve details of a specific alert. Use after obtaining the alert ID. Returns full alert information.
FLUXGUARD_GET_ALERTAcciónTool to retrieve details of a specific alert. Use after obtaining the alert ID. Returns full alert information.
Parámetros de entrada
alert_idstringObligatorioUnique identifier of the alert to retrieve
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 FluxGuard AlertsFLUXGUARD_GET_ALERTSAcciónTool 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.
FLUXGUARD_GET_ALERTSAcciónTool 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
limitintegerMaximum number of alerts to return (if supported)
sincestringISO 8601 start timestamp for filtering alerts
untilstringISO 8601 end timestamp for filtering alerts
offsetintegerPagination offset (if supported)
pageIdintegerFilter by page ID (if supported by API)
siteIdintegerFilter by site ID (if supported by API)
statusstringFilter by alert status (detected/resolved) if supported
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 FluxGuard Site CategoriesFLUXGUARD_GET_ALL_CATEGORIESAcciónTool to retrieve all site categories. Use when you need to list every category defined in your organization.
FLUXGUARD_GET_ALL_CATEGORIESAcciónTool 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
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 Fluxguard ChangeFLUXGUARD_GET_CHANGEAcciónTool to retrieve details of a change by its ID. Use after you have a valid change ID to fetch its details.
FLUXGUARD_GET_CHANGEAcciónTool 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_idstringObligatorioUnique identifier of the change to retrieve
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 ChangesFLUXGUARD_GET_CHANGESAcciónTool 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.
FLUXGUARD_GET_CHANGESAcciónTool 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
limitintegerMaximum number of items to return (pagination limit, 1-1000)
sincestringISO 8601 datetime string to filter changes detected at or after this timestamp
untilstringISO 8601 datetime string to filter changes detected at or before this timestamp
offsetintegerZero-based pagination offset
statusstringenumFilter by change status: detected or resolved
detectedresolvedpage_idintegerFilter changes by specific page ID within a site (string IDs are supported)
site_idintegerFilter changes by monitored site ID (string IDs are supported)
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 Sample Webhook PayloadFLUXGUARD_GET_SAMPLE_WEBHOOKAcciónTool to retrieve a sample webhook payload. Use when you need to inspect the structure of webhook notifications.
FLUXGUARD_GET_SAMPLE_WEBHOOKAcciónTool 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
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 FluxGuard Site DetailsFLUXGUARD_GET_SITEAcciónTool 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.
FLUXGUARD_GET_SITEAcciónTool 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_idstringObligatorioUnique identifier of the monitored site to retrieve.
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 FluxGuard SitesFLUXGUARD_GET_SITESAcciónTool to retrieve a list of all monitored sites. Use when you need to enumerate all sites after authenticating.
FLUXGUARD_GET_SITESAcciónTool to retrieve a list of all monitored sites. Use when you need to enumerate all sites after authenticating.
Parámetros de entrada
limitintegerOptional limit for number of sites returned
offsetintegerOptional offset for pagination
searchstringOptional search term to filter sites by name or URL
statusstringOptional status filter for sites (if supported by API)
categoryIdintegerOptional category filter for sites (if supported by API)
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 SnapshotFLUXGUARD_GET_SNAPSHOTAcciónTool 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.
FLUXGUARD_GET_SNAPSHOTAcciónTool 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_idstringObligatorioIdentifier of the snapshot to retrieve (actionId or captureId, as a plain value or as found inside URLs).
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 Site SnapshotsFLUXGUARD_GET_SNAPSHOTSAcciónTool to retrieve a list of all site snapshots. Use when you need to enumerate available snapshots for your account.
FLUXGUARD_GET_SNAPSHOTSAcciónTool to retrieve a list of all site snapshots. Use when you need to enumerate available snapshots for your account.
Parámetros de entrada
limitintegerMaximum number of items to return (if supported)
sincestringISO8601 start time filter (if supported)
untilstringISO8601 end time filter (if supported)
offsetintegerPagination offset (if supported)
pageIdintegerFilter by page ID (if supported)
siteIdintegerFilter by site ID (if supported)
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 FluxGuard User DetailsFLUXGUARD_GET_USERAcciónTool 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.
FLUXGUARD_GET_USERAcciónTool 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_idstringObligatorioThe unique identifier of the user to retrieve (ignored; FluxGuard has no public users endpoint).
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 FluxGuard UsersFLUXGUARD_GET_USERSAcciónTool 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.
FLUXGUARD_GET_USERSAcciónTool 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
rolestringOptional role filter (if supported by API)
limitintegerOptional limit for number of users returned
offsetintegerOptional offset for pagination
searchstringOptional search term to filter users by name or email (if supported)
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 Webhook DetailsFLUXGUARD_GET_WEBHOOKAcciónTool to retrieve details of a specific webhook by its ID. Use when you need to fetch up-to-date configuration of a webhook.
FLUXGUARD_GET_WEBHOOKAcciónTool 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_idstringObligatorioThe unique identifier of the webhook to retrieve.
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 FluxGuard WebhooksFLUXGUARD_GET_WEBHOOKSAcciónTool to retrieve all configured webhooks. Use when you need a list of webhook configurations.
FLUXGUARD_GET_WEBHOOKSAcciónTool 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
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
Fluxguard Webhook NotificationFLUXGUARD_WEBHOOK_NOTIFICATIONAcciónTool to send change data to your webhook endpoint. Use when a modification is detected.
FLUXGUARD_WEBHOOK_NOTIFICATIONAcciónTool to send change data to your webhook endpoint. Use when a modification is detected.
Parámetros de entrada
secretstringYour webhook signing secret; if provided, fluxguard-signature header will be generated
payloadobjectObligatorioPayload containing change details
webhook_urlstringObligatorioYour configured webhook endpoint
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