Webhooks & API Integration

Build Custom Integrations with WarmySender API

API Overview

WarmySender's REST API enables custom integrations for teams with specific requirements. Whether you're building internal tools, connecting to proprietary systems, or creating automated workflows, our API provides the access you need.

Authentication

All API requests authenticate using API keys:

Authorization: Bearer your_api_key_here

Generate keys from Settings → API in your WarmySender dashboard. Keys can be revoked at any time.

Key Endpoints

Mailboxes

Warmup

Analytics

Webhooks

Receive real-time notifications when events occur:

Configure webhook endpoints in Settings → Webhooks. All webhooks include a signature header for verification.

Rate Limits

API requests are limited to ensure fair usage:

Key Features

How to Connect

  1. Generate API Key

    Create an API key from your WarmySender settings

  2. Read Documentation

    Review API docs for endpoints and authentication

  3. Build Integration

    Develop your custom integration using our API

  4. Configure Webhooks

    Set up webhook endpoints to receive events

Frequently Asked Questions

Is there API documentation?

Yes. Full API documentation is available at docs.warmysender.com with endpoints, authentication, and examples.

What's the rate limit?

1,000 requests per hour per API key. This is sufficient for most integrations. Contact us if you need higher limits.

Can I test without affecting production?

Yes. We provide a sandbox environment for development and testing. API keys can be scoped to sandbox only.

How are webhooks secured?

All webhooks include an HMAC signature in the X-WarmySender-Signature header. Verify this signature to ensure requests are authentic.

Try WarmySender Free