Unified data out
Stream uplift, deice, and movement logs to your systems in real time.
Connect Aeroframe with the tools you already use. Install ready-made plugins for logging, billing, and notifications—or build your own with our SDK and webhooks.
Stream uplift, deice, and movement logs to your systems in real time.
Send Slack / email / SMS when thresholds are exceeded or jobs complete.
Push charge lines to your invoicing platform—fully itemized and auditable.
Install in seconds. Configure per-product and per-location.
Install a plugin and authorize the destination system.
Choose which products and locations emit which events.
Send, store, or notify automatically—no spreadsheets required.
Create a private plugin or integrate directly using our REST API and webhooks.
POST /webhooks/aeroframe
{
"type": "uplift.created",
"version": "2025-01-01",
"id": "evt_98c1",
"data": {
"tail": "N8052U",
"unit": "lbs",
"uplift": 1820,
"gallons": 271.6,
"left": 500, "center": 820, "right": 500,
"timestamp": "2025-11-07T15:30:12Z",
"user": "thomas@aerofra.me"
},
"signature": "t=1731000000,v1=abc123..."
}
fetch("/api/v1/uplift", {
method: "POST",
headers: {
"Authorization": "Bearer afr_sec_x1y2...demo",
"Content-Type": "application/json"
},
body: JSON.stringify({
tail: "N8052U",
unit: "lbs",
uplift: 1200
})
}).then(r => r.json()).then(console.log);
Install a plugin or start building your own integration today.
Browse Plugins Developer Docs