Spotent Documentation

Welcome to Spotent's documentation. This is still a work in progress, If you have a question thats not covered in the docs (very likely at this point..) feel free to reach out to me @SeanAnth0ny

Quick Links

Overview

Spotent provides a powerful API for managing and rendering email templates. Our API allows you to:

  • Retrieve email template metadata
  • Get rendered HTML with variable replacement
  • Manage templates programmatically

Authentication

All API requests require authentication using API tokens. You can manage your API tokens in the Spotent dashboard.

curl -X GET "https://api.spotent.co/v1/email/{template_id}/metadata" \
  -H "Authorization: Bearer your_api_token"

Rate Limits

  • API requests are limited based on your plan
  • Template rendering consumes credits from your organization's balance
  • Your account can continue making requests even with a negative credit balance

Need Help?

If you need help or have questions about integrating Spotent: