@avantguardllc/n8n-nodes-saasalertsreports
v0.1.0
Published
n8n node for SaaSAlerts - Reports
Maintainers
Readme
SaaSAlerts - Reports n8n Node
Security service
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-saasalertsreportsAuthentication
This node authenticates using an API Key.
| Setting | Value |
|---------|-------|
| Type | API Key |
| Sent in | header |
| Header / Query name | api_key |
| Base URL | https://us-central1-the-byway-248217.cloudfunctions.net/reportApi/api/v1 (editable in credentials) |
Tip: The Base URL can be changed in the credential settings if your instance uses a different host.
Resources & Operations
Base URL: https://us-central1-the-byway-248217.cloudfunctions.net/reportApi/api/v1
Reports
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /reports/scheduled-report | GetScheduledReports |
| 🟢 POST | /reports/scheduled-report | AddScheduledReport |
| 🔵 GET | /reports/scheduled-report/{scheduledReportId} | GetScheduledReport |
| 🔴 DELETE | /reports/scheduled-report/{scheduledReportId} | RemoveScheduledReport |
| 🟢 POST | /reports/send-email | SendEmail |
| 🔵 GET | /reports/partners/profile | Partner Info |
| 🔵 GET | /reports/msp-user | MSP User |
| 🔵 GET | /reports/unify-mapped-devices-by-account | GetMappedAccounts |
| 🔵 GET | /reports/unify-unmapped-devices-by-account | GetUnMappedAccounts |
| 🔵 GET | /reports/unify-ignored-devices | GetUnifyIgnoredDevices |
| 🟢 POST | /reports/partners/branding | UpdateBranding |
| 🔵 GET | /reports/customer/{id} | CustomerItem |
| 🔵 GET | /reports/customers/{id} | Report-Customer |
| 🔵 GET | /reports/customers | Customer - list customers |
| 🔵 GET | /reports/partnerUsers | PartnerUsers |
| 🔵 GET | /reports/users | Users - list users |
| 🔵 GET | /reports/billing-details | partner - partner details & list customers, users, billable users against a customer |
| 🔵 GET | /reports/billing-dates | BillingDates |
| 🔵 GET | /reports/alert-recommended-actions | AlertRecommendedActions |
| 🔵 GET | /reports/devices-organizations | GetDevicesOrganizations |
| 🔵 GET | /reports/events | Event Data |
| 🟢 POST | /reports/events/query | Event Data |
| 🔵 GET | /reports/events/count | Events - count |
| 🟢 POST | /reports/events/count/query | Events - count |
| 🟢 POST | /reports/events/scroll | Event Data |
Tools
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /tools/apiKey | Authorization |
| 🟢 POST | /tools/apiKey | Authorization |
Files
| | Endpoint | Description |
|---|----------|-------------|
| 🟢 POST | /files | UploadFiles |
| 🔵 GET | /files/{file} | GetSignedUrl |
| 🔴 DELETE | /files/{file} | RemoveFiles |
Customers
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /customers/{id} | Customer |
| 🟣 PATCH | /customers/{id} | Customer - Update customer |
| 🔴 DELETE | /customers/{id} | Customer - Delete customer |
| 🔵 GET | /customers | Customer - list customers |
| 🟢 POST | /customers | Customer - Create customer |
| 🟢 POST | /customers/{id}/whitelists | Customer - Set whitelists for the customer |
| 🟢 POST | /customers/{id}/accounts/whitelists | Customer - Set whitelists for the users |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
