@avantguardllc/n8n-nodes-saasalertsprocessedeventwebhooks
v0.1.0
Published
n8n node for SaaSAlerts - Processed Event Webhooks
Maintainers
Readme
SaaSAlerts - Processed Event Webhooks 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-saasalertsprocessedeventwebhooksAuthentication
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/outgoingWebhookApi/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/outgoingWebhookApi/api/v1
Tools
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /tools/apiKey | Authorization - Get APIKey |
| 🟢 POST | /tools/apiKey | Authorization - Reset APIKey |
Domains
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /domains | Domain Verification - list of items |
| 🟢 POST | /domains | Domain Verification - Verify And Add Domain |
| 🔴 DELETE | /domains/{id} | Domain Verification - delete item |
Misc
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /misc/customers | Misc - Customers |
| 🔵 GET | /misc/alertTypes | Misc - Alert Types |
| 🟢 POST | /misc/sendTestEvent | Subscription - Test Event |
Subscriptions
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /subscriptions | Subscriptions - list of items |
| 🟢 POST | /subscriptions | Subscription - create item |
| 🔵 GET | /subscriptions/disabled | Subscriptions - list of disabled items |
| 🟣 PATCH | /subscriptions/{channelId} | Subscription - Update item |
| 🔴 DELETE | /subscriptions/{channelId} | Subscription - Delete item |
Queue
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /queue | Queue - list of unsent packs |
| 🔵 GET | /queue/channels/{channelId} | Queue - list of unsent packs |
| 🔵 GET | /queue/{queueId}/channels/{channelId}/events | Queue - list of events |
| 🔴 DELETE | /queue/{queueId}/channels/{channelId} | Queue - Delete item |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
