Build the Future of Global Trade Communication
Integrate UrEmail's powerful email generation and template engine directly into your CRM, ERP, or custom application.
RESTful API
Trigger email campaigns via API with dynamic placeholder and global variable replacement.
Webhook Callback (Coming Soon)
Receive real-time notifications when an email is opened, clicked, or bounced.
Open Template Engine
Save and retrieve your email templates via API, supporting design JSON for editor re-loading.
Quick Start
Authentication
Include your Long-lived API Token in the `X-Access-Token` header. Generate your token in Profile -> Security.
curl -H "X-Access-Token: YOUR_LONG_LIVED_TOKEN" \ https://www.ur.email/ur/api/...
Trigger Campaign Send
POST /openApi/mail/trigger-send
{
"campaignId": "12345",
"contacts": [{ "email": "test@example.com", "name": "John" }],
"variables": { "activityName": "Sale 2026" }
}What You Can Build
Auto-Drafting in CRM
Automatically generate follow-up drafts in Salesforce or HubSpot when a lead changes status.
Dynamic Reports
Generate and email weekly PDF reports to clients using our template engine.
Marketplace Integration
Allow your users to send inquiries to suppliers without leaving your platform.