API & Integrations

Connect Nerlude with your existing tools and automate your workflow. Learn about our API, webhooks, and supported integrations.

Integration Overview

Nerlude is designed to work seamlessly with your existing tools and workflows. We offer multiple ways to integrate:

  • 100+ pre-built service integrations - Automatic recognition of popular SaaS tools
  • REST API - Full programmatic access to your data
  • Webhooks - Real-time notifications for events
  • Zapier - Connect with 5,000+ apps without code
  • Slack - Get notifications in your team channels
  • CSV import/export - Bulk data management

Supported Integrations

Nerlude recognizes and provides enhanced support for 100+ popular services:

AWS
Google Cloud
Azure
Vercel
Netlify
Heroku
Stripe
PayPal
Paddle
Gumroad
Lemon Squeezy
MongoDB
PostgreSQL
Redis
Supabase
PlanetScale
Neon
Auth0
Clerk
Firebase
Okta
SendGrid
Mailgun
Postmark
Resend
Mailchimp
Twilio
Vonage
MessageBird
Sentry
LogRocket
Datadog
New Relic
Mixpanel
Amplitude
PostHog
Segment
Cloudflare
Fastly
Cloudinary
GitHub
GitLab
Bitbucket
Linear
Jira
Slack
Discord
Intercom
Crisp
Zendesk
Figma
Canva
Adobe CC
Framer
OpenAI
Anthropic
Replicate
Hugging Face

Don't see your service? You can add any custom service manually.

REST API

Our REST API gives you full programmatic access to your Nerlude data. Perfect for automation, custom dashboards, and integrations.

Authentication

API requests are authenticated using API keys. Generate a key in Settings → API.

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.nerlude.io/v1/projects

Available endpoints

EndpointDescription
GET /projectsList all projects
GET /projects/:idGet project details
GET /projects/:id/servicesList services in a project
POST /servicesCreate a new service
GET /renewalsList upcoming renewals
GET /statsGet dashboard statistics

📚 Full documentation: Complete API documentation with examples is available at docs.nerlude.io/api

Webhooks

Webhooks let you receive real-time notifications when events happen in Nerlude.

Setting up webhooks

  1. Go to Settings → Webhooks
  2. Click "Add Webhook"
  3. Enter your endpoint URL
  4. Select which events to receive
  5. Save and test the webhook

Available events

  • renewal.upcoming - Service renewal is approaching
  • renewal.due - Service renewal is due today
  • service.created - New service added
  • service.updated - Service details changed
  • service.deleted - Service removed
  • project.created - New project created
  • team.member_added - Team member joined
  • credential.accessed - Credential was viewed

Webhook payload example

{
  "event": "renewal.upcoming",
  "timestamp": "2024-01-15T10:00:00Z",
  "data": {
    "service_id": "srv_123",
    "service_name": "Stripe",
    "project_id": "prj_456",
    "renewal_date": "2024-01-22",
    "days_until_renewal": 7,
    "monthly_cost": 0
  }
}

Zapier Integration

Connect Nerlude with 5,000+ apps using Zapier—no coding required.

Popular Zaps

  • Send renewal reminders to Slack
  • Create Notion pages for new services
  • Add new services to a Google Sheet
  • Send email digests of upcoming renewals
  • Create Trello cards for expiring services

Setting up Zapier

  1. Go to zapier.com and create an account
  2. Search for "Nerlude" in the app directory
  3. Connect your Nerlude account using your API key
  4. Create a Zap with Nerlude as a trigger or action

Slack Notifications

Get Nerlude notifications directly in your Slack workspace.

Setting up Slack

  1. Go to Settings → Integrations → Slack
  2. Click "Connect to Slack"
  3. Authorize Nerlude in your Slack workspace
  4. Choose which channel to receive notifications
  5. Select which events to notify about

Notification types

  • Renewal reminders - Get notified before services renew
  • Cost alerts - When monthly burn exceeds a threshold
  • Team activity - When team members access credentials
  • Weekly digest - Summary of upcoming renewals

Import & Export

Importing data

You can import services from:

  • CSV files - Bulk import from spreadsheets
  • JSON files - Import from other tools
  • 1Password - Import credentials (coming soon)

Exporting data

Export your data anytime in multiple formats:

  • CSV - For spreadsheets and analysis
  • JSON - For programmatic use
  • PDF - For documentation and audits

Go to Settings → Data → Export to download your data.

✅ Your data, your choice: We believe your data belongs to you. Export everything anytime, no restrictions.