n8n-nodes-depiper
v0.2.0
Published
n8n node for Depiper logging and observability platform
Downloads
32
Maintainers
Readme
n8n-nodes-depiper
This is an n8n community node for Depiper - a logging and observability platform.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-depiper - Agree to the risks and select Install
Manual Installation
npm install n8n-nodes-depiperOperations
Send Event
Send a single log event to Depiper.
Parameters:
- Channel: The channel slug to send the event to
- Session ID (optional): Group events by session
- Event Type: Type of event (e.g.,
info,error,debug) - Message: Event message
- Metadata (optional): Additional JSON metadata
Send Batch
Send multiple events in a single request.
Parameters:
- Events: Array of event objects
Credentials
You need a Depiper API key to use this node:
- Log in to Depiper
- Go to Settings > API Keys
- Create a new API key with
ingest:eventsscope - Copy the key and add it to n8n credentials
Resources
License
MIT
