Backend Integration
Send data to edrone from your server for historical imports, order processing, and subscription management.
When to use backend integration
- Historical order imports - sync past orders to edrone
- Order cancellations - cancel orders from your admin panel
- Subscription sync - update subscription status from your platform
- Server-side order tracking - backup for frontend tracking
Limitations
Backend-only integration limits edrone features. You won't have:
- Real-time user identification
- Onsite features (popups, recommendations)
- Browsing behavior tracking
Always combine with frontend integration for full functionality.
API endpoint
All backend requests go to:
POST https://api.edrone.me/trace
Required parameters
Every backend request must include:
| Parameter | Description |
|---|---|
app_id | Your edrone App ID |
sender_type | Must be server |
action_type | Event type |
Guides
- Server-side Events - Send events from your server
- Order Import - Import historical orders
- Subscription Sync - Sync subscription status