# Splashify Pro Email API — Partner Documentation > Official API documentation for Splashify Pro partners. Build powerful email-sending integrations with our AWS-SES-shaped API. Includes transactional email, templates, webhooks, SMTP relay, and deliverability tools. Base URL: https://apis.splashifypro.com/api/v1/partner/email Docs URL: https://partner-docs.splashifypro.com ## Getting Started - [Overview](https://partner-docs.splashifypro.com/getting-started): First-send walkthrough, architecture overview, and concepts - [Quickstart](https://partner-docs.splashifypro.com/getting-started/quick-start): Send your first email in 5 minutes - [Authentication](https://partner-docs.splashifypro.com/getting-started/authentication): API key generation and usage ### Language Quickstarts - [Node.js](https://partner-docs.splashifypro.com/getting-started/node-quickstart): Send email with Node.js and the Splashify Pro SDK - [Python](https://partner-docs.splashifypro.com/getting-started/python-quickstart): Send email with Python - [PHP](https://partner-docs.splashifypro.com/getting-started/php-quickstart): Send email with PHP - [Go](https://partner-docs.splashifypro.com/getting-started/go-quickstart): Send email with Go - [cURL](https://partner-docs.splashifypro.com/getting-started/curl-quickstart): Send email with cURL - [SMTP Relay](https://partner-docs.splashifypro.com/getting-started/smtp-quickstart): Use SMTP relay to send email from any language ## API Reference - [Introduction](https://partner-docs.splashifypro.com/api-reference): API overview, base URL, and response format - [Pagination](https://partner-docs.splashifypro.com/api-reference/pagination): Cursor-based pagination patterns - [Errors](https://partner-docs.splashifypro.com/api-reference/errors): Error codes and troubleshooting ### Sending Emails - [Send email](https://partner-docs.splashifypro.com/api-reference/emails/send): POST /send — Send a transactional email - [Send template](https://partner-docs.splashifypro.com/api-reference/emails/send-template): POST /send-template — Send using a pre-built template - [Send bulk](https://partner-docs.splashifypro.com/api-reference/emails/send-bulk): POST /send-bulk — Bulk templated email - [Send raw](https://partner-docs.splashifypro.com/api-reference/emails/send-raw): POST /send-raw — Send raw MIME email - [Send with attachments](https://partner-docs.splashifypro.com/api-reference/emails/send-with-attachments): POST /send — Send email with file attachments - [Get email status](https://partner-docs.splashifypro.com/api-reference/emails/get-status): GET /emails/:id — Check delivery status of a sent email ### Templates - [List templates](https://partner-docs.splashifypro.com/api-reference/templates/list): GET /templates - [Create template](https://partner-docs.splashifypro.com/api-reference/templates/create): POST /templates - [Get template](https://partner-docs.splashifypro.com/api-reference/templates/get): GET /templates/:id - [Get template by name](https://partner-docs.splashifypro.com/api-reference/templates/get-by-name): GET /templates/name/:name - [Update template](https://partner-docs.splashifypro.com/api-reference/templates/update): PUT /templates/:id - [Delete template](https://partner-docs.splashifypro.com/api-reference/templates/delete): DELETE /templates/:id - [Preview template](https://partner-docs.splashifypro.com/api-reference/templates/preview): POST /templates/:id/preview ### Identities (Verified Senders) - [List identities](https://partner-docs.splashifypro.com/api-reference/identities/list): GET /identities - [Create identity](https://partner-docs.splashifypro.com/api-reference/identities/create): POST /identities - [Get identity](https://partner-docs.splashifypro.com/api-reference/identities/get): GET /identities/:id - [Verify identity](https://partner-docs.splashifypro.com/api-reference/identities/verify): POST /identities/:id/verify - [Delete identity](https://partner-docs.splashifypro.com/api-reference/identities/delete): DELETE /identities/:id ### Configuration Sets - [List configuration sets](https://partner-docs.splashifypro.com/api-reference/configuration-sets/list): GET /configuration-sets - [Create configuration set](https://partner-docs.splashifypro.com/api-reference/configuration-sets/create): POST /configuration-sets - [Get configuration set](https://partner-docs.splashifypro.com/api-reference/configuration-sets/get): GET /configuration-sets/:id - [Update configuration set](https://partner-docs.splashifypro.com/api-reference/configuration-sets/update): PUT /configuration-sets/:id - [Delete configuration set](https://partner-docs.splashifypro.com/api-reference/configuration-sets/delete): DELETE /configuration-sets/:id ### Event Destinations (Webhooks) - [List event destinations](https://partner-docs.splashifypro.com/api-reference/event-destinations/list): GET /configuration-sets/:id/event-destinations - [Create event destination](https://partner-docs.splashifypro.com/api-reference/event-destinations/create): POST /configuration-sets/:id/event-destinations - [Update event destination](https://partner-docs.splashifypro.com/api-reference/event-destinations/update): PUT /configuration-sets/:id/event-destinations/:dest_id - [Delete event destination](https://partner-docs.splashifypro.com/api-reference/event-destinations/delete): DELETE /configuration-sets/:id/event-destinations/:dest_id ### Suppression List - [List suppressed addresses](https://partner-docs.splashifypro.com/api-reference/suppression/list): GET /suppression - [Get suppression entry](https://partner-docs.splashifypro.com/api-reference/suppression/get): GET /suppression/:email - [Put suppression entry](https://partner-docs.splashifypro.com/api-reference/suppression/put): PUT /suppression/:email - [Delete suppression entry](https://partner-docs.splashifypro.com/api-reference/suppression/delete): DELETE /suppression/:email ### Quotas & Statistics - [Get quota](https://partner-docs.splashifypro.com/api-reference/quotas/get-quota): GET /quotas — Daily send quota and usage - [Get send statistics](https://partner-docs.splashifypro.com/api-reference/quotas/get-stats): GET /stats — Sends, deliveries, bounces, complaints - [Get reputation](https://partner-docs.splashifypro.com/api-reference/quotas/get-reputation): GET /reputation — Account reputation score - [List events](https://partner-docs.splashifypro.com/api-reference/quotas/list-events): GET /events — Email delivery events ### Production Access - [Submit production access request](https://partner-docs.splashifypro.com/api-reference/production-access/submit): POST /production-access — Request to leave sandbox - [List production access requests](https://partner-docs.splashifypro.com/api-reference/production-access/list): GET /production-access — Check request status ## Build with AI - [AI Onboarding](https://partner-docs.splashifypro.com/build-with-ai): Let AI agents integrate Splashify Pro for you - [MCP Server](https://partner-docs.splashifypro.com/build-with-ai/mcp-server): Model Context Protocol server for AI IDE integration - [SDKs](https://partner-docs.splashifypro.com/build-with-ai/sdks): Official SDKs for Node.js, Python, PHP, Go - [Common Recipes](https://partner-docs.splashifypro.com/build-with-ai/recipes): Pre-built integration recipes for common use cases ## Knowledge Base - [Introduction](https://partner-docs.splashifypro.com/knowledge-base): Core concepts and how Splashify Pro works - [Concepts Overview](https://partner-docs.splashifypro.com/knowledge-base/concepts): Architecture and core objects - [Sending Identities](https://partner-docs.splashifypro.com/knowledge-base/concepts/sending-identities): Domain/email verification and DKIM/SPF - [Configuration Sets](https://partner-docs.splashifypro.com/knowledge-base/concepts/configuration-sets): Group sending behavior and track events - [Suppression List](https://partner-docs.splashifypro.com/knowledge-base/concepts/suppression): Manage bounced and complaint addresses - [Reputation](https://partner-docs.splashifypro.com/knowledge-base/concepts/reputation): Sender reputation scoring and monitoring - [Sandbox vs Production](https://partner-docs.splashifypro.com/knowledge-base/concepts/sandbox): Sandbox limitations and production access - [Deliverability](https://partner-docs.splashifypro.com/knowledge-base/deliverability): SPF, DKIM, DMARC, and inbox placement best practices - [Pricing](https://partner-docs.splashifypro.com/knowledge-base/pricing): Flat ₹0.01 per email pricing details - [Errors](https://partner-docs.splashifypro.com/knowledge-base/errors): Common errors and fixes - [FAQ](https://partner-docs.splashifypro.com/knowledge-base/faq): Frequently asked questions ## Webhooks - [Introduction](https://partner-docs.splashifypro.com/webhooks): Real-time delivery event notifications - [Event Types](https://partner-docs.splashifypro.com/webhooks/event-types): Delivery, bounce, complaint, open, click events - [Verify Signature](https://partner-docs.splashifypro.com/webhooks/verify-signature): HMAC-SHA256 webhook signature verification - [Retries & Replays](https://partner-docs.splashifypro.com/webhooks/retries): Retry policy and event replay - [Best Practices](https://partner-docs.splashifypro.com/webhooks/best-practices): Idempotency, ordering, and performance tips ## Legal - [Overview](https://partner-docs.splashifypro.com/legal): Legal framework summary - [Acceptable Use Policy](https://partner-docs.splashifypro.com/legal/acceptable-use-policy): What you can and cannot send - [Auto-Action System](https://partner-docs.splashifypro.com/legal/auto-actions): Automated abuse detection and enforcement actions - [Anti-Spam Policy](https://partner-docs.splashifypro.com/legal/anti-spam): Spam prevention requirements - [Data Processing Agreement](https://partner-docs.splashifypro.com/legal/data-processing-agreement): DPA for GDPR and DPDP Act compliance - [Service Level Agreement](https://partner-docs.splashifypro.com/legal/service-level-agreement): 99.9% uptime SLA and credit policy - [API Terms of Service](https://partner-docs.splashifypro.com/legal/terms-of-service): Terms governing API usage - [Privacy Policy](https://partner-docs.splashifypro.com/legal/privacy-policy): How we handle your data - [Compliance Summary](https://partner-docs.splashifypro.com/legal/compliance): GDPR, DPDP Act, CAN-SPAM, IT Act compliance overview - [Incident Response](https://partner-docs.splashifypro.com/legal/incident-response): Report security vulnerabilities, abuse, and data breaches