Platform Engine
Developer Portal & APIs
Manage REST API keys, developer apps, inbound parsing routes, and HMAC webhook endpoints.
Active API Credentials
Use this key in the Authorization: Bearer <KEY> or X-Envelark-Api-Key header for programmatic relay, ingestion, and mailbox access.
env_live_9a7d4b2e81fc01289df3ac127e9081a2
Inbound Webhook Deliveries
Signed with X-Envelark-Signature: sha256=<HMAC> to verify authenticity and prevent tampering.
| Event | Status | Latency | Timestamp | Actions |
|---|---|---|---|---|
message.received
orders@company.com → webhook
|
200 OK | 32ms | 2 mins ago | |
invoice.detected
CS-89211 ($1,420.00)
|
200 OK | 28ms | 1 hour ago |
Embeddable Webmail SDK
Mount a complete or component-level webmail experience directly into your web app:
<script src="https://envelark.com/embed/envelark.js"></script>
<div id="inbox"></div>
<script>
Envelark.mount("#inbox", {
token: "usr_sec_...",
mailbox: "support@audovo.com",
theme: {
primaryColor: "#1F3D2E",
backgroundColor: "#F7F1E8"
}
});
</script>