outatime Developer Docs
outatime is a digital legacy management platform. When a user's death is confirmed, the platform triggers pre-configured actions — delivering messages, documents, or notifications through external services you provide.
This documentation is for integration developers building and managing those external actions.
What you'll find here
| Section | What it covers |
|---|---|
| Getting Started | Account setup, first action, testing with simulation |
| Concepts | How actions, executors, and teams work |
| Executor Reference | Per-executor configuration and authentication |
| Guides | Step-by-step task walkthroughs |
| API Reference | Full interactive API spec |
Quick orientation
An action is a configured instruction: "when this user's death is confirmed, send a POST request to this webhook". Actions are owned by teams — groups of integration developers — and executed by the platform on the user's behalf.
Each action has an execution type that determines how the platform delivers the payload. There are nine external executor types (HTTP webhook, AWS Lambda, SQS, SNS, Google Pub/Sub, Azure Service Bus) and variants for synchronous, fire-and-forget, and callback-based delivery.
Before any live dispatch occurs, you can test your integration in simulation mode — the platform logs what would happen without sending a single real request.