Skip to main content

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

SectionWhat it covers
Getting StartedAccount setup, first action, testing with simulation
ConceptsHow actions, executors, and teams work
Executor ReferencePer-executor configuration and authentication
GuidesStep-by-step task walkthroughs
API ReferenceFull 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.